[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Slicers.ISlicerItems.Select

Select Method

Select(params int[])

Selects the slicer items.

Declaration
void Select(params int[] indexes)
Sub [Select](ParamArray indexes As Integer())
Parameters
Type Name Description
int[] indexes

An integer values indicates the selected slicer items.

Remarks

All other items, which is not in the array, will be deselected.

Select(int, int, bool)

Selects the specified range of the slicer items.

Declaration
void Select(int start, int end, bool reverse = false)
Sub [Select](start As Integer, [end] As Integer, Optional reverse As Boolean = False)
Parameters
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

true if the selected state of items will be reversed; otherwise, select normally.