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