RowColumnActionsCommand Constructor(Worksheet,Int32,Int32,Int32,Int32,Boolean)
Initializes a new instance of the
RowColumnActionsCommand class with the specified workbook.
'Declaration
Public Function New( _
ByVal As Worksheet, _
ByVal As Integer, _
ByVal column As Integer, _
ByVal As Integer, _
ByVal column2 As Integer, _
ByVal As Boolean _
)
'Usage
Dim worksheet As Worksheet
Dim row As Integer
Dim column As Integer
Dim row2 As Integer
Dim column2 As Integer
Dim collapsed As Boolean
Dim instance As New RowColumnActionsCommand(worksheet, row, column, row2, column2, collapsed)
Parameters
- worksheet
- The worksheet which this command attached to.
- row
- column
- row2
- column2
- collapsed