MultiLvlStrRefExtensionList Constructors

Definition

Overloads

MultiLvlStrRefExtensionList()

Initializes a new instance of the MultiLvlStrRefExtensionList class.

MultiLvlStrRefExtensionList(OpenXmlElement[])

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

MultiLvlStrRefExtensionList(IEnumerable<OpenXmlElement>)

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

MultiLvlStrRefExtensionList(String)

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

MultiLvlStrRefExtensionList()

Initializes a new instance of the MultiLvlStrRefExtensionList class.

public MultiLvlStrRefExtensionList ();
Public Sub New ()

Applies to

MultiLvlStrRefExtensionList(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

MultiLvlStrRefExtensionList(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

MultiLvlStrRefExtensionList(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to