Share via


PivotTableReferences Constructors

Definition

Overloads

PivotTableReferences()

Initializes a new instance of the PivotTableReferences class.

PivotTableReferences(OpenXmlElement[])

Initializes a new instance of the PivotTableReferences class with the specified child elements.

PivotTableReferences(IEnumerable<OpenXmlElement>)

Initializes a new instance of the PivotTableReferences class with the specified child elements.

PivotTableReferences(String)

Initializes a new instance of the PivotTableReferences class from outer XML.

PivotTableReferences()

Initializes a new instance of the PivotTableReferences class.

public PivotTableReferences ();
Public Sub New ()

Applies to

PivotTableReferences(OpenXmlElement[])

Initializes a new instance of the PivotTableReferences class with the specified child elements.

public PivotTableReferences (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

PivotTableReferences(IEnumerable<OpenXmlElement>)

Initializes a new instance of the PivotTableReferences class with the specified child elements.

public PivotTableReferences (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

PivotTableReferences(String)

Initializes a new instance of the PivotTableReferences class from outer XML.

public PivotTableReferences (string outerXml);
new DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences : string -> DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to