Share via


EnterCell 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 currently active cell changes to a different cell.

Syntax

Private Sub object_EnterCell()

The EnterCell event syntax has one part:

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

Remarks

Clicking a fixed row causes this event to occur on the first non-fixed column in that row. Dragging the mouse over a cell does not cause this event to occur.

See Also

ModHFGrid Control