This event occurs when the currently active cell changes to a different cell.
Private Sub grid_RowColChange( )
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.