Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / TableActionsCommand Class / TableActionsCommand Constructor / TableActionsCommand Constructor(Table,Reference)
The source table
The range of the table after resizing


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

    Parameters

    table
    The source table
    newRange
    The range of the table after resizing
    See Also