Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / TableActionsCommand Class / TableActionsCommand Constructor / TableActionsCommand Constructor(Table,TableActions,Boolean)


In This Topic
    TableActionsCommand Constructor(Table,TableActions,Boolean)
    In This Topic
    Initializes a new instance of the TableActionsCommand class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal table As Table, _
       ByVal action As TableActions, _
       ByVal parameter As Boolean _
    )
    'Usage
     
    
    Dim table As Table
    Dim action As TableActions
    Dim parameter As Boolean
     
    Dim instance As New TableActionsCommand(table, action, parameter)
    public TableActionsCommand( 
       Table table,
       TableActions action,
       bool parameter
    )

    Parameters

    table
    action
    parameter
    See Also