Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / RowColumnActionsCommand Class / RowColumnActionsCommand Constructor / RowColumnActionsCommand Constructor(Worksheet,Int32,Int32,Int32,Int32,Boolean)
The worksheet which this command attached to.


In This Topic
    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 worksheet As Worksheet, _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal row2 As Integer, _
       ByVal column2 As Integer, _
       ByVal collapsed 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 worksheet,
       int row,
       int column,
       int row2,
       int column2,
       bool collapsed
    )

    Parameters

    worksheet
    The worksheet which this command attached to.
    row
    column
    row2
    column2
    collapsed
    See Also