Spread WPF 17
GrapeCity.Excel Namespace / ExcelWorkbook Class / DefaultTableStyleName Property


In This Topic
    DefaultTableStyleName Property (ExcelWorkbook)
    In This Topic
    Get or set the name of the default table style to apply to new tables.
    Syntax
    'Declaration
     
    Public Property DefaultTableStyleName As String
    'Usage
     
    Dim instance As ExcelWorkbook
    Dim value As String
     
    instance.DefaultTableStyleName = value
     
    value = instance.DefaultTableStyleName
    public string DefaultTableStyleName {get; set;}
    See Also