ColClick Event
Occurs when a user clicks a column heading.
Syntax
Private Sub object_ColClick(ByVal Col As Long)
The syntax of the ColClick event has these parts:
| Part | Description |
| object | A DGrid control. |
| Col | The index of the column heading clicked. |
Data Type
Col Long