Share via


DLblsExtensionList Constructors

Definition

Overloads

DLblsExtensionList()

Initializes a new instance of the DLblsExtensionList class.

DLblsExtensionList(OpenXmlElement[])

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

DLblsExtensionList(IEnumerable<OpenXmlElement>)

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

DLblsExtensionList(String)

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

DLblsExtensionList()

Initializes a new instance of the DLblsExtensionList class.

public DLblsExtensionList ();
Public Sub New ()

Applies to

DLblsExtensionList(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

DLblsExtensionList(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

DLblsExtensionList(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to