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


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