_Workbook.DefaultPivotTableStyle Property

Specifies the table style from the TableStyles collection that is used as the default style for PivotTables. Read/write.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property DefaultPivotTableStyle As Object
    Get
    Set
'Usage
Dim instance As _Workbook
Dim value As Object

value = instance.DefaultPivotTableStyle

instance.DefaultPivotTableStyle = value
Object DefaultPivotTableStyle { get; set; }

Property Value

Type: System.Object
Object

See Also

Reference

_Workbook Interface

_Workbook Members

Microsoft.Office.Interop.Excel Namespace