CellEnter Event

Occurs after the current cell changes to a different cell.

Syntax

Public Event CellEnter As CellEventHandler

Applies To

Grid Object

Parameters

The following parameters are available:

Parameter Description
Row Returns an integer value that identifies the row number of the cell entered.
Col Returns an integer value that identifies the column number of the cell entered.

See Also

RowEnter Event, RowLeave Event, CellLeave Event