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