Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / SlicerActionsCommand Class / SlicerActionsCommand Constructor / SlicerActionsCommand Constructor(Slicer,Int32,Int32,Boolean,Boolean)
The processing slicer.
The start selected item index.
The end selected item index.
A boolean value indicates the selecting behavior.


In This Topic
    SlicerActionsCommand Constructor(Slicer,Int32,Int32,Boolean,Boolean)
    In This Topic
    Create a select items command for the slicer.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal slicer As Slicer, _
       ByVal start As Integer, _
       ByVal end As Integer, _
       ByVal reverse As Boolean, _
       ByVal clearOthers As Boolean _
    )
    'Usage
     
    
    Dim slicer As Slicer
    Dim start As Integer
    Dim end As Integer
    Dim reverse As Boolean
    Dim clearOthers As Boolean
     
    Dim instance As New SlicerActionsCommand(slicer, start, end, reverse, clearOthers)
    public SlicerActionsCommand( 
       Slicer slicer,
       int start,
       int end,
       bool reverse,
       bool clearOthers
    )

    Parameters

    slicer
    The processing slicer.
    start
    The start selected item index.
    end
    The end selected item index.
    reverse
    A boolean value indicates the selecting behavior.
    clearOthers
    See Also