'Declaration
Public Function New( _ ByVal isColumn As Boolean, _ ByVal worksheet As Worksheet, _ ByVal level As Integer _ )
'Usage
Dim isColumn As Boolean Dim worksheet As Worksheet Dim level As Integer Dim instance As New RowColumnActionsCommand(isColumn, worksheet, level)
Parameters
- isColumn
- A boolean value indicates whether the command process on rows or columns.
- worksheet
- The worksheet which this command attached to.
- level
- An integer value indicates the group outline level.