TableStyleValues Enumeration

Table Style Type

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration TableStyleValues
'Usage
Dim instance As TableStyleValues
public enum TableStyleValues

Members

Member name Description
WholeTable Whole Table Style. When the item is serialized out as xml, its value is "wholeTable".
HeaderRow Header Row Style. When the item is serialized out as xml, its value is "headerRow".
TotalRow Total Row Style. When the item is serialized out as xml, its value is "totalRow".
FirstColumn First Column Style. When the item is serialized out as xml, its value is "firstColumn".
LastColumn Last Column Style. When the item is serialized out as xml, its value is "lastColumn".
FirstRowStripe First Row Stripe Style. When the item is serialized out as xml, its value is "firstRowStripe".
SecondRowStripe Second Row Stripe Style. When the item is serialized out as xml, its value is "secondRowStripe".
FirstColumnStripe First Column Stripe Style. When the item is serialized out as xml, its value is "firstColumnStripe".
SecondColumnStripe Second Column Stipe Style. When the item is serialized out as xml, its value is "secondColumnStripe".
FirstHeaderCell First Header Row Style. When the item is serialized out as xml, its value is "firstHeaderCell".
LastHeaderCell Last Header Style. When the item is serialized out as xml, its value is "lastHeaderCell".
FirstTotalCell First Total Row Style. When the item is serialized out as xml, its value is "firstTotalCell".
LastTotalCell Last Total Row Style. When the item is serialized out as xml, its value is "lastTotalCell".
FirstSubtotalColumn First Subtotal Column Style. When the item is serialized out as xml, its value is "firstSubtotalColumn".
SecondSubtotalColumn Second Subtotal Column Style. When the item is serialized out as xml, its value is "secondSubtotalColumn".
ThirdSubtotalColumn Third Subtotal Column Style. When the item is serialized out as xml, its value is "thirdSubtotalColumn".
FirstSubtotalRow First Subtotal Row Style. When the item is serialized out as xml, its value is "firstSubtotalRow".
SecondSubtotalRow Second Subtotal Row Style. When the item is serialized out as xml, its value is "secondSubtotalRow".
ThirdSubtotalRow Third Subtotal Row Style. When the item is serialized out as xml, its value is "thirdSubtotalRow".
BlankRow Blank Row Style. When the item is serialized out as xml, its value is "blankRow".
FirstColumnSubheading First Column Subheading Style. When the item is serialized out as xml, its value is "firstColumnSubheading".
SecondColumnSubheading Second Column Subheading Style. When the item is serialized out as xml, its value is "secondColumnSubheading".
ThirdColumnSubheading Third Column Subheading Style. When the item is serialized out as xml, its value is "thirdColumnSubheading".
FirstRowSubheading First Row Subheading Style. When the item is serialized out as xml, its value is "firstRowSubheading".
SecondRowSubheading Second Row Subheading Style. When the item is serialized out as xml, its value is "secondRowSubheading".
ThirdRowSubheading Third Row Subheading Style. When the item is serialized out as xml, its value is "thirdRowSubheading".
PageFieldLabels Page Field Labels Style. When the item is serialized out as xml, its value is "pageFieldLabels".
PageFieldValues Page Field Values Style. When the item is serialized out as xml, its value is "pageFieldValues".

See Also

Reference

DocumentFormat.OpenXml.Spreadsheet Namespace