The CubeSelectionControlOptions enumeration contains options of selection control strategy.
It is used by the following properties and methods:
Value | Brief description |
0 | Default. Selection of the elements, which are selected before control. |
1 | SelectAll. Selection of all elements in controlled dimension. |
2 | DesalectAll. Deselecting all elements in controlled dimension. |
3 | Copy. Selection of the elements, which are selected before control. |
4 | SelectFirst. Selection of the first element. |
5 | SelectLast. Selection of the last element. |
See also: