Spread Windows Forms 17
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 name As String _
    )
    'Usage
     
    
    Dim workbook As Workbook
    Dim name As String
     
    Dim instance As New TableStyleCommand(workbook, name)
    public TableStyleCommand( 
       Workbook workbook,
       string name
    )

    Parameters

    workbook
    name
    See Also