Spread Silverlight Documentation
DefaultPivotTableStyleName Property (ExcelWorkbook)


GrapeCity.Excel Namespace > ExcelWorkbook Class : DefaultPivotTableStyleName Property
Get or set the name of the default table style to apply to new PivotTables.
Syntax
'Declaration
 
Public Property DefaultPivotTableStyleName As System.String
'Usage
 
Dim instance As ExcelWorkbook
Dim value As System.String
 
instance.DefaultPivotTableStyleName = value
 
value = instance.DefaultPivotTableStyleName
public System.string DefaultPivotTableStyleName {get; set;}
See Also

Reference

ExcelWorkbook Class
ExcelWorkbook Members