TopLeftChange Event
Occurs when the top, left cell changes in the grid.
Syntax
Private Sub object_TopLeftChange(ByVal Row As Long, ByVal Col As Long)
The syntax of the TopLeftChange event has these parts:
| Part | Description |
| object | A DGrid control. |
| Row | The index of the top row displayed in the grid. |
| Col | The index of the leftmost column displayed in the grid. |
Data Type
Row Long
Col Long