GridCells.RemoveDuplicates

GridCells.RemoveDuplicates method

Remove duplicate values in the range.

public void RemoveDuplicates(int startRow, int startColumn, int endRow, int endColumn)
ParameterTypeDescription
startRowInt32The start row.
startColumnInt32The start column
endRowInt32The end row index.
endColumnInt32The end column index.

See Also