[]
Selects the slicer items.
void Select(params int[] indexes)
Sub [Select](ParamArray indexes As Integer())
Type | Name | Description |
---|---|---|
int[] | indexes | An integer values indicates the selected slicer items. |
All other items, which is not in the array, will be deselected.
Selects the specified range of the slicer items.
void Select(int start, int end, bool reverse = false)
Sub [Select](start As Integer, [end] As Integer, Optional reverse As Boolean = False)
Type | Name | Description |
---|---|---|
int | start | The start position of the slicer item range. |
int | end | The end position of the slicer item range. |
bool | reverse |
|