You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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