Share via


PivotArea Constructors

Definition

Overloads

PivotArea()

Initializes a new instance of the PivotArea class.

PivotArea(OpenXmlElement[])

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

PivotArea(IEnumerable<OpenXmlElement>)

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

PivotArea(String)

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

PivotArea()

Initializes a new instance of the PivotArea class.

public PivotArea ();
Public Sub New ()

Applies to

PivotArea(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

PivotArea(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

PivotArea(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to