共用方式為


AreaSerExtensionList Constructors

Definition

Overloads

AreaSerExtensionList()

Initializes a new instance of the AreaSerExtensionList class.

AreaSerExtensionList(OpenXmlElement[])

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

AreaSerExtensionList(IEnumerable<OpenXmlElement>)

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

AreaSerExtensionList(String)

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

AreaSerExtensionList()

Initializes a new instance of the AreaSerExtensionList class.

public AreaSerExtensionList ();
Public Sub New ()

Applies to

AreaSerExtensionList(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

AreaSerExtensionList(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

AreaSerExtensionList(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to