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