XValues Constructors

Definition

Overloads

XValues()

Initializes a new instance of the XValues class.

XValues(OpenXmlElement[])

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

XValues(IEnumerable<OpenXmlElement>)

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

XValues(String)

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

XValues()

Initializes a new instance of the XValues class.

public XValues ();
Public Sub New ()

Applies to

XValues(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

XValues(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

XValues(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to