MultiLevelStringReference Constructors   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| MultiLevelStringReference() | Initializes a new instance of the MultiLevelStringReference class. | 
| MultiLevelStringReference(OpenXmlElement[]) | Initializes a new instance of the MultiLevelStringReference class with the specified child elements. | 
| MultiLevelStringReference(IEnumerable<OpenXmlElement>) | Initializes a new instance of the MultiLevelStringReference class with the specified child elements. | 
| MultiLevelStringReference(String) | Initializes a new instance of the MultiLevelStringReference class from outer XML. | 
MultiLevelStringReference()
Initializes a new instance of the MultiLevelStringReference class.
public MultiLevelStringReference();Public Sub New ()Applies to
MultiLevelStringReference(OpenXmlElement[])
Initializes a new instance of the MultiLevelStringReference class with the specified child elements.
public MultiLevelStringReference(params DocumentFormat.OpenXml.OpenXmlElement[] childElements);new DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReferencePublic Sub New (ParamArray childElements As OpenXmlElement())Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
MultiLevelStringReference(IEnumerable<OpenXmlElement>)
Initializes a new instance of the MultiLevelStringReference class with the specified child elements.
public MultiLevelStringReference(System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);new DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReferencePublic Sub New (childElements As IEnumerable(Of OpenXmlElement))Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
MultiLevelStringReference(String)
Initializes a new instance of the MultiLevelStringReference class from outer XML.
public MultiLevelStringReference(string outerXml);new DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference : string -> DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReferencePublic Sub New (outerXml As String)Parameters
- outerXml
- String
Specifies the outer XML of the element.