Unicode Controls & Classes for VB6 - Version 4

ctlUniGrid.SortByColum Method

Sorts the grid on a certain column

Syntax
Public Sub SortByColum (ByRef vKey As Variant, _
ByRef bSortAsc As Boolean)
Parameters
Parameter Description
ByRef vKey As Variant The column key or index
ByRef bSortAsc As Boolean True for ascending, False otherwise
Remarks