Collapse Event (ModHFGrid)

Applies To

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(Boolean)

The Collapse event syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
Boolean A Boolean expression. If you set Cancel to True, the collapse is cancelled.