[]
Specifies how table style is applied to a table.
[Flags]
public enum TableStyleOptions
All = FirstRow | LastRow | FirstColumn | LastColumn | Default
Apply all conditional formatting.
ColumnBands = 1024
Apply column banding conditional formatting.
Default = RowBands | ColumnBands
Default conditional formatting. Apply the row and column banding formatting, but not the first row, last row, first column, or last column formatting
FirstColumn = 128
Apply first column conditional formatting.
FirstRow = 32
Apply first row conditional formatting.
LastColumn = 256
Apply last column conditional formatting.
LastRow = 64
Apply last row conditional formatting.
None = 0
No table style formatting is applied.
RowBands = 512
Apply row banding conditional formatting.