PivotSource Constructors

Definition

Overloads

PivotSource()

Initializes a new instance of the PivotSource class.

PivotSource(OpenXmlElement[])

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

PivotSource(IEnumerable<OpenXmlElement>)

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

PivotSource(String)

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

PivotSource()

Initializes a new instance of the PivotSource class.

public PivotSource ();
Public Sub New ()

Applies to

PivotSource(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

PivotSource(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

PivotSource(String)

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

public PivotSource (string outerXml);
new DocumentFormat.OpenXml.Drawing.Charts.PivotSource : string -> DocumentFormat.OpenXml.Drawing.Charts.PivotSource
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to