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