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


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

    Parameters

    table
    newName
    See Also