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