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 an object in the Applies To list. |
Cancel | A Boolean expression. If the developer sets Cancel to True, the expand is canceled. |