'Declaration Public Overloads Sub Insert( _ ByVal index As Integer, _ ByVal fieldName As String, _ ByVal ascending As Boolean _ )
'Usage Dim instance As SortedColumnList Dim index As Integer Dim fieldName As String Dim ascending As Boolean instance.Insert(index, fieldName, ascending)
Parameters
- index
- The zero-based index at which to insert the column.
- fieldName
- A string representing the name of the column 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.