Spread WPF 17
GrapeCity.Excel Namespace / IExcelWorkbook Interface / DefaultTableStyleName Property


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