Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / SlicerCache Class / Select Method / Select(Int32,Int32,Boolean) Method
The start position of the slicer item range.
The end position of the slicer item range.
true if the selected state of items will be reversed; otherwise, select normally.


In This Topic
Select(Int32,Int32,Boolean) Method
In This Topic
Selects the specified range of the slicer items.
Syntax
'Declaration
 
Public Overloads MustOverride Sub Select( _
   ByVal start As Integer, _
   ByVal end As Integer, _
   ByVal reverse As Boolean _
) 
 
'Usage
 
Dim instance As SlicerCache
Dim start As Integer
Dim end As Integer
Dim reverse As Boolean
 
instance.Select(start, end, reverse)

Parameters

start
The start position of the slicer item range.
end
The end position of the slicer item range.
reverse
true if the selected state of items will be reversed; otherwise, select normally.
See Also