GroupByIndexes(Indexes: Array);
Indexes. Array of indexes of component elements.
NOTE. Indexes should be set one by one.
The GroupByIndexes method groups elements by indexes.
To determine whether elements can be grouped, use the ICtrlGroupConditions.CanGroup method.
To group the selected elements, use the ICtrlGroupConditions.Group method.
The method use is given in the example for ICtrlGroupConditions.InsertRow.
See also: