'Declaration Public Overloads Function SortColumns( _ ByVal keyRow As Integer, _ ByVal ascending As Boolean, _ ByVal comparer As IComparer _ ) As Boolean
Parameters
- keyRow
- Row whose values are compared during sorting
- ascending
- Whether the sort is ascending
- comparer
- IComparer object used to compare the values
Return Value
true if successful; otherwise false