SelChange

This event occurs when the selected range changes to a different cell or range of cells.

Syntax

Private Sub grid_SelChange( )

Parameters

grid
Object expression that evaluates to a Grid control.

Remarks

The SelChange event occurs when the user chooses a cell other than the selected cell or selects a new range of cells.

You can initiate this event in code by changing the selected region using the Row, Col, RowSel, or ColSel properties. The RowColChange event also occurs when a user chooses a new cell. However, the event does not occur when a user drags the selection across Grid.