ICtrlGroupConditions.Groups

Syntax

Groups: IConditionGroups;

Description

The Groups property determines the collection of groups of elements.

Comments

The group of elements may contain grouped elements or one element.

To group the selected elements, use the ICtrlGroupConditions.Group method.

To group elements by indexes, use the ICtrlGroupConditions.GroupByIndexes method.

Example

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

See also:

ICtrlGroupConditions