[]
Removes duplicate values from a range of values.
int RemoveDuplicates(int[] columns = null, YesNoGuess header = YesNoGuess.No)
Function RemoveDuplicates(Optional columns As Integer() = Nothing, Optional header As YesNoGuess = YesNoGuess.No) As Integer
Type | Name | Description |
---|---|---|
int[] | columns | Array of indexes of the columns that contain the duplicate information. Specify |
YesNoGuess | header | Specifies whether the first row contains header information. Specify Guess if you want Spread to attempt to determine the header. |
Type | Description |
---|---|
int | The total numbers of removed rows. |