Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / TableStyleCommand Class / SetAsDefault Method


In This Topic
    SetAsDefault Method
    In This Topic
    Sets a table style as default.
    Syntax
    'Declaration
     
    
    Public Shared Function SetAsDefault( _
       ByVal workbook As Workbook, _
       ByVal name As String _
    ) As TableStyleCommand
    'Usage
     
    
    Dim workbook As Workbook
    Dim name As String
    Dim value As TableStyleCommand
     
    value = TableStyleCommand.SetAsDefault(workbook, name)
    public static TableStyleCommand SetAsDefault( 
       Workbook workbook,
       string name
    )

    Parameters

    workbook
    name
    See Also