'Usage Dim instance As SortedColumnList Dim column As Column Dim ascending As Boolean instance.Add(column, ascending)
Parameters
- column
- A reference to the Xceed.Grid.Column object to add to the list.
- ascending
- true if the column will sort the data rows in an ascending direction; false if the data rows are to be sorted in a descending direction.
Return Value
The index at which the column was added.