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