RowColumnActionsCommand Constructor(Worksheet,Int32,Int32,Int32,Int32,Boolean)
In This Topic
Initializes a new instance of the
RowColumnActionsCommand class with the specified workbook.
Syntax
'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)
public RowColumnActionsCommand(
Worksheet ,
int ,
int column,
int ,
int column2,
bool
)
Parameters
- worksheet
- The worksheet which this command attached to.
- row
- column
- row2
- column2
- collapsed
See Also