Spread WinForms 15
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)

Parameters

slicer
The processing slicer.
action
See Also