RowExpandable, RowExpanded Properties (MSHFlexGrid)

       

Specify whether the current row is expanded or collapsed. The current row is defined by the Col and Row properties.

The RowExpandable property is not available at design time.

Syntax

object.RowExpandable [=Boolean]
object.RowExpanded [=Boolean]

The syntax for the RowExpandable and Row Expanded properties has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
Boolean A Boolean expression that specifies whether the current row is expandable or is currently expanded.

Settings

The settings for Boolean are:

Part Description
True The current row is expandable.
False The current row is collapsed and is not expandable.