Occurs when the user expands a row within the MSHFlexGrid. The Col and Row properties of the MSHFlexGrid contain the cell used to expand the band.
Syntax
Private Sub object_Expand(Boolean)
The Expand 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 the developer sets Cancel to True, the collapse is cancelled. |