PivotAreaReference Constructors

Definition

Overloads

PivotAreaReference()

Initializes a new instance of the PivotAreaReference class.

PivotAreaReference(OpenXmlElement[])

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

PivotAreaReference(IEnumerable<OpenXmlElement>)

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

PivotAreaReference(String)

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

PivotAreaReference()

Initializes a new instance of the PivotAreaReference class.

public PivotAreaReference ();
Public Sub New ()

Applies to

PivotAreaReference(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

PivotAreaReference(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

PivotAreaReference(String)

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

public PivotAreaReference (string outerXml);
new DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference : string -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to