PivotTableDefinition.Formats Property
PivotTable Formats.Represents the element tag in schema: x:formats
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property Formats As Formats
Get
Set
'Usage
Dim instance As PivotTableDefinition
Dim value As Formats
value = instance.Formats
instance.Formats = value
public Formats Formats { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Spreadsheet.Formats