ICtrlGroupConditions.UngroupByIndexes

Syntax

UngroupByIndexes(Indexes: Array);

Parameters

Indexes. Array of indexes of component elements.

NOTE. Indexes should be set one by one.

Description

The UngroupByIndexes method ungroups group of elements by indexes.

Comments

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.

Example

The method use is given in the example for ICtrlGroupConditions.InsertRow.

See also:

ICtrlGroupConditions