'Declaration
Public Overloads Function SortColumns( _ ByVal keyRow As Integer, _ ByVal ascending As Boolean, _ ByVal comparer As IComparer _ ) As Boolean
Parameters
- keyRow
- Index of the row to use as a key to sorting
- ascending
- Whether to sort in ascending order
- comparer
- IComparer object used to compare the values