Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / ISlicerItems Interface / 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
     
    
    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)
    void Select( 
       int start,
       int end,
       bool 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