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