Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / SlicerActionsCommand Class / SlicerActionsCommand Constructor / SlicerActionsCommand Constructor(Slicer,Actions)
The processing slicer.


In This Topic
    SlicerActionsCommand Constructor(Slicer,Actions)
    In This Topic
    Create a select items command for the slicer.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal slicer As Slicer, _
       ByVal action As SlicerActionsCommand.Actions _
    )
    'Usage
     
    
    Dim slicer As Slicer
    Dim action As SlicerActionsCommand.Actions
     
    Dim instance As New SlicerActionsCommand(slicer, action)
    public SlicerActionsCommand( 
       Slicer slicer,
       SlicerActionsCommand.Actions action
    )

    Parameters

    slicer
    The processing slicer.
    action
    See Also