Share via


PivotSelection.PivotArea Property

Pivot Area.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 PivotSelection
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

PivotSelection Class

PivotSelection Members

DocumentFormat.OpenXml.Spreadsheet Namespace