Workbook.DefaultPivotTableStyle Property
Gets or sets the table style from the TableStyles property that is used as the default style for PivotTable reports in the workbook.
Namespace: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
Syntax
'Declaration
Property DefaultPivotTableStyle As Object
Get
Set
Object DefaultPivotTableStyle { get; set; }
Property Value
Type: System.Object
The table style from the TableStyles property that is used as the default style for PivotTable reports in the workbook.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.