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


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

    Parameters

    worksheet
    range
    hasHeader
    See Also