'Declaration
Overloads Sub Select( _ ByVal start As Integer, _ ByVal end As Integer, _ Optional ByVal reverse As Boolean _ )
'Usage
Dim instance As ISlicerItems 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.