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