'Declaration Public Overloads Sub Insert( _ ByVal index As Integer, _ ByVal column As Column, _ ByVal ascending As Boolean _ )
'Usage Dim instance As SortedColumnList Dim index As Integer Dim column As Column Dim ascending As Boolean instance.Insert(index, column, ascending)
Parameters
- index
- The zero-based index at which to insert the column.
- column
- A reference to the Xceed.Grid.Column object to insert.
- 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.