Click or drag to resize

TableStyleValues Enumeration

Table Style Type

Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public enum TableStyleValues
Members
Member nameValueDescription
WholeTable0 Whole Table Style.

When the item is serialized out as xml, its value is "wholeTable".

HeaderRow1 Header Row Style.

When the item is serialized out as xml, its value is "headerRow".

TotalRow2 Total Row Style.

When the item is serialized out as xml, its value is "totalRow".

FirstColumn3 First Column Style.

When the item is serialized out as xml, its value is "firstColumn".

LastColumn4 Last Column Style.

When the item is serialized out as xml, its value is "lastColumn".

FirstRowStripe5 First Row Stripe Style.

When the item is serialized out as xml, its value is "firstRowStripe".

SecondRowStripe6 Second Row Stripe Style.

When the item is serialized out as xml, its value is "secondRowStripe".

FirstColumnStripe7 First Column Stripe Style.

When the item is serialized out as xml, its value is "firstColumnStripe".

SecondColumnStripe8 Second Column Stripe Style.

When the item is serialized out as xml, its value is "secondColumnStripe".

FirstHeaderCell9 First Header Row Style.

When the item is serialized out as xml, its value is "firstHeaderCell".

LastHeaderCell10 Last Header Style.

When the item is serialized out as xml, its value is "lastHeaderCell".

FirstTotalCell11 First Total Row Style.

When the item is serialized out as xml, its value is "firstTotalCell".

LastTotalCell12 Last Total Row Style.

When the item is serialized out as xml, its value is "lastTotalCell".

FirstSubtotalColumn13 First Subtotal Column Style.

When the item is serialized out as xml, its value is "firstSubtotalColumn".

SecondSubtotalColumn14 Second Subtotal Column Style.

When the item is serialized out as xml, its value is "secondSubtotalColumn".

ThirdSubtotalColumn15 Third Subtotal Column Style.

When the item is serialized out as xml, its value is "thirdSubtotalColumn".

FirstSubtotalRow16 First Subtotal Row Style.

When the item is serialized out as xml, its value is "firstSubtotalRow".

SecondSubtotalRow17 Second Subtotal Row Style.

When the item is serialized out as xml, its value is "secondSubtotalRow".

ThirdSubtotalRow18 Third Subtotal Row Style.

When the item is serialized out as xml, its value is "thirdSubtotalRow".

BlankRow19 Blank Row Style.

When the item is serialized out as xml, its value is "blankRow".

FirstColumnSubheading20 First Column Subheading Style.

When the item is serialized out as xml, its value is "firstColumnSubheading".

SecondColumnSubheading21 Second Column Subheading Style.

When the item is serialized out as xml, its value is "secondColumnSubheading".

ThirdColumnSubheading22 Third Column Subheading Style.

When the item is serialized out as xml, its value is "thirdColumnSubheading".

FirstRowSubheading23 First Row Subheading Style.

When the item is serialized out as xml, its value is "firstRowSubheading".

SecondRowSubheading24 Second Row Subheading Style.

When the item is serialized out as xml, its value is "secondRowSubheading".

ThirdRowSubheading25 Third Row Subheading Style.

When the item is serialized out as xml, its value is "thirdRowSubheading".

PageFieldLabels26 Page Field Labels Style.

When the item is serialized out as xml, its value is "pageFieldLabels".

PageFieldValues27 Page Field Values Style.

When the item is serialized out as xml, its value is "pageFieldValues".

See Also