UngroupByIndexes(Indexes: Array);
Indexes. Array of indexes of component elements.
NOTE. Indexes should be set one by one.
The UngroupByIndexes method ungroups group of elements by indexes.
To determine whether group of elements can be ungrouped, use the ICtrlGroupConditions.CanUngroup method.
To ungroup the selected group of elements, use the ICtrlGroupConditions.Ungroup method.
The method use is given in the example for ICtrlGroupConditions.InsertRow.
See also: