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