PivotAreaReferences Constructors  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| PivotAreaReferences() | Initializes a new instance of the PivotAreaReferences class. | 
| PivotAreaReferences(OpenXmlElement[]) | Initializes a new instance of the PivotAreaReferences class with the specified child elements. | 
| PivotAreaReferences(IEnumerable<OpenXmlElement>) | Initializes a new instance of the PivotAreaReferences class with the specified child elements. | 
| PivotAreaReferences(String) | Initializes a new instance of the PivotAreaReferences class from outer XML. | 
PivotAreaReferences()
Initializes a new instance of the PivotAreaReferences class.
public PivotAreaReferences();Public Sub New ()Applies to
PivotAreaReferences(OpenXmlElement[])
Initializes a new instance of the PivotAreaReferences class with the specified child elements.
public PivotAreaReferences(params DocumentFormat.OpenXml.OpenXmlElement[] childElements);new DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferencesPublic Sub New (ParamArray childElements As OpenXmlElement())Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
PivotAreaReferences(IEnumerable<OpenXmlElement>)
Initializes a new instance of the PivotAreaReferences class with the specified child elements.
public PivotAreaReferences(System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);new DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferencesPublic Sub New (childElements As IEnumerable(Of OpenXmlElement))Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
PivotAreaReferences(String)
Initializes a new instance of the PivotAreaReferences class from outer XML.
public PivotAreaReferences(string outerXml);new DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences : string -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferencesPublic Sub New (outerXml As String)Parameters
- outerXml
- String
Specifies the outer XML of the element.