ICtrlGroupConditions.SelectedRows

Syntax

SelectedRows: Array;

Description

The SelectedRows property determines arrays of selected elements.

Comments

Elements selection is used to group elements and ungroup a group of elements.

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

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

To ungroup the selected group of elements, use the ICtrlGroupConditions.Ungroup method.

To ungroup a group of elements by indexes, use the ICtrlGroupConditions.UngroupByIndexes method.

Example

The property use is given in the example for ICtrlGroupConditions.Group.

See also:

ICtrlGroupConditions