SlicerActionsCommand Constructor(Slicer,Int32,Int32,Boolean,Boolean)
In This Topic
Create a select items command for the slicer.
Syntax
'Declaration
Public Function New( _
ByVal As Slicer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Boolean, _
ByVal 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 ,
int ,
int ,
bool ,
bool
)
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