RowColChange

This event occurs when the currently active cell changes to a different cell.

Syntax

Private Sub grid_RowColChange( )

Parameters

grid
Object expression that evaluates to a Grid control.

Remarks

A change in the active cell initiates the following order of events: LeaveCell, EnterCell, RowColChange.

The RowColChange event occurs when a user chooses a new cell. However, the event does not occur when a user drags the selection across the Grid control.