PivotArea.PivotAreaReferences Property
References.Represents the element tag in schema: x:references
Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property PivotAreaReferences As PivotAreaReferences
Get
Set
'Usage
Dim instance As PivotArea
Dim value As PivotAreaReferences
value = instance.PivotAreaReferences
instance.PivotAreaReferences = value
public PivotAreaReferences PivotAreaReferences { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences