Share via


AreaSerExtension Constructors

Definition

Overloads

AreaSerExtension()

Initializes a new instance of the AreaSerExtension class.

AreaSerExtension(OpenXmlElement[])

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

AreaSerExtension(IEnumerable<OpenXmlElement>)

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

AreaSerExtension(String)

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

AreaSerExtension()

Initializes a new instance of the AreaSerExtension class.

public AreaSerExtension ();
Public Sub New ()

Applies to

AreaSerExtension(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

AreaSerExtension(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

AreaSerExtension(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to