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