共用方式為


DynamicArrayProperties Constructors

Definition

Overloads

DynamicArrayProperties()

Initializes a new instance of the DynamicArrayProperties class.

DynamicArrayProperties(OpenXmlElement[])

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

DynamicArrayProperties(IEnumerable<OpenXmlElement>)

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

DynamicArrayProperties(String)

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

DynamicArrayProperties()

Initializes a new instance of the DynamicArrayProperties class.

public DynamicArrayProperties ();
Public Sub New ()

Applies to

DynamicArrayProperties(OpenXmlElement[])

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

public DynamicArrayProperties (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

DynamicArrayProperties(IEnumerable<OpenXmlElement>)

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

public DynamicArrayProperties (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

DynamicArrayProperties(String)

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

public DynamicArrayProperties (string outerXml);
new DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties : string -> DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to