Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / RowColumnActionsCommand Class / RowColumnActionsCommand Constructor / RowColumnActionsCommand Constructor(Boolean,Worksheet,Int32)
A boolean value indicates whether the command process on rows or columns.
The worksheet which this command attached to.
An integer value indicates the group outline level.


In This Topic
    RowColumnActionsCommand Constructor(Boolean,Worksheet,Int32)
    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 level As Integer _
    )
    'Usage
     
    
    Dim isColumn As Boolean
    Dim worksheet As Worksheet
    Dim level As Integer
     
    Dim instance As New RowColumnActionsCommand(isColumn, worksheet, level)
    public RowColumnActionsCommand( 
       bool isColumn,
       Worksheet worksheet,
       int level
    )

    Parameters

    isColumn
    A boolean value indicates whether the command process on rows or columns.
    worksheet
    The worksheet which this command attached to.
    level
    An integer value indicates the group outline level.
    See Also