Share via


SelChange Event (ModHFGrid)

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Occurs when the selected range changes to a different cell or range of cells.

Syntax

Private Sub object_SelChange()

The SelChange event syntax has these parts:

Part Description
object An object expression that evaluates to the ModHFGrid Control object.

Remarks

The SelChange event occurs when the user clicks a new cell, drags to select a new range of cells, or selects a range of cells by pressing and holding SHIFT while using the ARROW keys. This event does not occur while a user drags the selection across the ModHFGrid.

This event can occur programmatically by changing the selected region using the Row, Col, RowSel, or ColSel properties.

See Also

ModHFGrid Control