Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / RowColumnActionsCommand Class / RowColumnActionsCommand Constructor / RowColumnActionsCommand Constructor(Boolean,Worksheet,Int32,Int32,Boolean)
A boolean value indicates whether the command process on rows or columns.
The worksheet which this command attached to.
An integer value indicates the start index.
An integer value indicates the end index.


In This Topic
RowColumnActionsCommand Constructor(Boolean,Worksheet,Int32,Int32,Boolean)
In This Topic
Initializes a new instance of the RowColumnActionsCommand class with the specified workbook.
Syntax
'Declaration
 
Public Function New( _
   ByVal isColumn As Boolean, _
   ByVal worksheet As Worksheet, _
   ByVal startIndex As Integer, _
   ByVal endIndex As Integer, _
   ByVal isGroup As Boolean _
)
 
'Usage
 
Dim isColumn As Boolean
Dim worksheet As Worksheet
Dim startIndex As Integer
Dim endIndex As Integer
Dim isGroup As Boolean
 
Dim instance As New RowColumnActionsCommand(isColumn, worksheet, startIndex, endIndex, isGroup)

Parameters

isColumn
A boolean value indicates whether the command process on rows or columns.
worksheet
The worksheet which this command attached to.
startIndex
An integer value indicates the start index.
endIndex
An integer value indicates the end index.
isGroup
See Also