Unicode Controls & Classes for VB6 - Version 4

ctlUniGrid.ColSortable Property

Gets or sets the ability to sort the given column (by mouse)

Syntax
Public Property Get ColSortable (ByRef vKey As Variant) As Boolean
Public Property Let ColSortable (ByRef vKey As Variant, _
ByRef bSortable As Boolean)
Parameters
Parameter Description
ByRef vKey As Variant The column key or index
ByRef bSortable As Boolean True for enabling the sort, False otherwise
Remarks