Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / RowColumnCommand Class / RowColumnCommand Constructor


In This Topic
RowColumnCommand Constructor
In This Topic
Syntax
'Declaration
 
Public Function New( _
   ByVal isColumn As Boolean, _
   ByVal worksheet As Worksheet, _
   ByVal activeIndex As Integer, _
   ByVal distance As Integer, _
   ByVal selectedRange() As Reference _
)
 
'Usage
 
Dim isColumn As Boolean
Dim worksheet As Worksheet
Dim activeIndex As Integer
Dim distance As Integer
Dim selectedRange() As Reference
 
Dim instance As New RowColumnCommand(isColumn, worksheet, activeIndex, distance, selectedRange)

Parameters

isColumn
worksheet
activeIndex
distance
selectedRange
See Also