TableStyleOverrideValues enumeration
Office 2013 and later
Defines the TableStyleOverrideValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| WholeTable | Whole table formatting. When the item is serialized out as xml, its value is "wholeTable". | |
| FirstRow | First Row Conditional Formatting. When the item is serialized out as xml, its value is "firstRow". | |
| LastRow | Last table row formatting. When the item is serialized out as xml, its value is "lastRow". | |
| FirstColumn | First Column Conditional Formatting. When the item is serialized out as xml, its value is "firstCol". | |
| LastColumn | Last table column formatting. When the item is serialized out as xml, its value is "lastCol". | |
| Band1Vertical | Banded Column Conditional Formatting. When the item is serialized out as xml, its value is "band1Vert". | |
| Band2Vertical | Even Column Stripe Conditional Formatting. When the item is serialized out as xml, its value is "band2Vert". | |
| Band1Horizontal | Banded Row Conditional Formatting. When the item is serialized out as xml, its value is "band1Horz". | |
| Band2Horizontal | Even Row Stripe Conditional Formatting. When the item is serialized out as xml, its value is "band2Horz". | |
| NorthEastCell | Top right table cell formatting. When the item is serialized out as xml, its value is "neCell". | |
| NorthWestCell | Top left table cell formatting. When the item is serialized out as xml, its value is "nwCell". | |
| SouthEastCell | Bottom right table cell formatting. When the item is serialized out as xml, its value is "seCell". | |
| SouthWestCell | Bottom left table cell formatting. When the item is serialized out as xml, its value is "swCell". |
Show: