Share via


Collapse 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 collapses a row within the grid. The Col and Row properties of the ModHFGrid contain the cell used to collapse the band.

Syntax

Private Sub object_Collapse(Cancel)

The Collapse event syntax has these parts:

Part Description
object An object expression that evaluates to the ModHFGrid Control object.
Cancel A Boolean expression. If you set Cancel to True, the collapse is canceled.

See Also

ModHFGrid Control