Share via


SerAxExtension Constructors

Definition

Overloads

SerAxExtension()

Initializes a new instance of the SerAxExtension class.

SerAxExtension(OpenXmlElement[])

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

SerAxExtension(IEnumerable<OpenXmlElement>)

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

SerAxExtension(String)

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

SerAxExtension()

Initializes a new instance of the SerAxExtension class.

public SerAxExtension ();
Public Sub New ()

Applies to

SerAxExtension(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

SerAxExtension(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

SerAxExtension(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to