Workbook.DefaultPivotTableStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the table style from the TableStyles property that is used as the default style for PivotTable reports in the workbook.
public:
property System::Object ^ DefaultPivotTableStyle { System::Object ^ get(); void set(System::Object ^ value); };
public object DefaultPivotTableStyle { get; set; }
member this.DefaultPivotTableStyle : obj with get, set
Public Property DefaultPivotTableStyle As Object
Property Value
The table style from the TableStyles property that is used as the default style for PivotTable reports in the workbook.