Ungroup;
The Ungroup method ungroups the selected group of elements.
The group of elements can be ungrouped if all group elements are selected. To determine array of selected elements, use the ICtrlGroupConditions.SelectedRows property.
To determine whether group of elements can be ungrouped, use the ICtrlGroupConditions.CanUngroup method.
To ungroup a group of elements by indexes, use the ICtrlGroupConditions.UngroupByIndexes method.
The method use is given in the example for ICtrlGroupConditions.Group.
See also: