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

Compare with Current View Page History

Version 1 Current »

Collapses all groups

Syntax

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

Remarks

The CollapseAll method collapses all row groups. Groups are defined using the GroupOrder property.

Example

// collapse all groups 
Send_Message(@Window:".OLE_REPORTTABLE", "OLE.CollapseAll")

See Also

ExpandAllRowExpanded

  • No labels