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


In This Topic
    TableStyleCommand Constructor(Workbook,String)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal workbook As Workbook, _
       ByVal tableStyleName As String _
    )
    'Usage
     
    
    Dim workbook As Workbook
    Dim tableStyleName As String
     
    Dim instance As New TableStyleCommand(workbook, tableStyleName)
    public TableStyleCommand( 
       Workbook workbook,
       string tableStyleName
    )

    Parameters

    workbook
    tableStyleName
    See Also