Share via


Expand 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 user expands a row within the ModHFGrid. The Col and Row properties of the ModHFGrid contain the cell used to expand the band.

Syntax

Private Sub object_Expand(Cancel)

The Expand event syntax has these parts:

Part Description
object An object expression that evaluates to the ModHFGrid Control object.
Cancel A Boolean expression. If the developer sets Cancel to True, the Expand event is canceled.

See Also

ModHFGrid Control