PivotTableDefinition.PivotTableStyle Property

PivotTable Style.Represents the element tag in schema: x:pivotTableStyleInfo

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property PivotTableStyle As PivotTableStyle
    Get
    Set
'Usage
Dim instance As PivotTableDefinition
Dim value As PivotTableStyle

value = instance.PivotTableStyle

instance.PivotTableStyle = value
public PivotTableStyle PivotTableStyle { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle

See Also

Reference

PivotTableDefinition Class

PivotTableDefinition Members

DocumentFormat.OpenXml.Spreadsheet Namespace