Format.PivotArea Property

Pivot Table Location.Represents the element tag in schema: x:pivotArea

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

Syntax

'Declaration
Public Property PivotArea As PivotArea
    Get
    Set
'Usage
Dim instance As Format
Dim value As PivotArea

value = instance.PivotArea

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

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.PivotArea
Returns PivotArea.

See Also

Reference

Format Class

Format Members

DocumentFormat.OpenXml.Spreadsheet Namespace