SelectedRows: Array;
The SelectedRows property determines arrays of selected elements.
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.
The property use is given in the example for ICtrlGroupConditions.Group.
See also: