'Declaration Public Overloads Sub Add( _ ByVal fieldName As String, _ ByVal ascending As Boolean _ )
'Usage Dim instance As SortedColumnList Dim fieldName As String Dim ascending As Boolean instance.Add(fieldName, ascending)
Parameters
- fieldName
- A string representing the name of the column to add.
- 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.