Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / TableActionsCommand Class / TableActionsCommand Constructor / TableActionsCommand Constructor(Worksheet,Reference)


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

    Parameters

    worksheet
    range
    See Also