VTArray Constructor
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
VTArray() | Initializes a new instance of the VTArray class. | |
VTArray(String) | Initializes a new instance of the VTArray class from outer XML. | |
VTArray(array<OpenXmlElement[]) | Initializes a new instance of the VTArray class with the specified child elements. | |
VTArray(IEnumerable<OpenXmlElement>) | Initializes a new instance of the VTArray class with the specified child elements. |
Top