Expands all groups

Syntax

rv = Send_Message(Ctrl, "OLE.ExpandAll")

Remarks

The ExpandAll method expands all row groups. Groups are defined using the GroupOrder property.

Example

// expand all groups 
Send_Message(@Window:".OLE_REPORTTABLE", "OLE.ExpandAll")

See Also

CollapseAllRowExpanded

  • No labels