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