Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PosNameTypeDescriptionDefault
<1>Column IndexIntegerIndex to a column to group by""

...

Code Block
// Group by the first column 
Set_Property(@Window:".OLE_RECORDTABLE", "OLE.GroupOrder", 1) 

// Remove all groups 
Set_Property(@Window:".OLE_RECORDTABLE", "OLE.GroupOrder", "") 

// Group by the 3rd column, then by the 2nd one 
Set_Property(@Window:".OLE_RECORDTABLE", "OLE.GroupOrder", 3:@FM:2)

See Also

ColumnListSortOrder