NumRefExtensionList 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
NumRefExtensionList() |
Initializes a new instance of the NumRefExtensionList class. |
NumRefExtensionList(OpenXmlElement[]) |
Initializes a new instance of the NumRefExtensionList class with the specified child elements. |
NumRefExtensionList(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the NumRefExtensionList class with the specified child elements. |
NumRefExtensionList(String) |
Initializes a new instance of the NumRefExtensionList class from outer XML. |
NumRefExtensionList()
Initializes a new instance of the NumRefExtensionList class.
public NumRefExtensionList ();
Public Sub New ()
Applies to
NumRefExtensionList(OpenXmlElement[])
Initializes a new instance of the NumRefExtensionList class with the specified child elements.
public NumRefExtensionList (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
NumRefExtensionList(IEnumerable<OpenXmlElement>)
Initializes a new instance of the NumRefExtensionList class with the specified child elements.
public NumRefExtensionList (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
NumRefExtensionList(String)
Initializes a new instance of the NumRefExtensionList class from outer XML.
public NumRefExtensionList (string outerXml);
new DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList : string -> DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.