WorksheetTableStyleArea
Represents the various areas which can have a format applied at the table style level.
Enumeration Members
Section titled "Enumeration Members"AlternateColumnStripe
Section titled "AlternateColumnStripe"The format is applied to the even numbered column stripes in the table.
AlternateColumnStripe = 8 AlternateRowStripe
Section titled "AlternateRowStripe"The format is applied to the even numbered row stripes in the table.
AlternateRowStripe = 6 ColumnStripe
Section titled "ColumnStripe"The format is applied to the odd numbered column stripes in the table.
ColumnStripe = 7 FirstColumn
Section titled "FirstColumn"The format is applied to the first column in the table.
FirstColumn = 3 FirstHeaderCell
Section titled "FirstHeaderCell"The format is applied to the first header cell in the table.
FirstHeaderCell = 9 FirstTotalCell
Section titled "FirstTotalCell"The format is applied to the first total cell in the table.
FirstTotalCell = 11 HeaderRow
Section titled "HeaderRow"The format is applied to the header row in the table.
HeaderRow = 1 LastColumn
Section titled "LastColumn"The format is applied to the last column in the table.
LastColumn = 4 LastHeaderCell
Section titled "LastHeaderCell"The format is applied to the last header cell in the table.
LastHeaderCell = 10 LastTotalCell
Section titled "LastTotalCell"The format is applied to the last total cell in the table.
LastTotalCell = 12 RowStripe
Section titled "RowStripe"The format is applied to the odd numbered row stripes in the table.
RowStripe = 5 TotalRow
Section titled "TotalRow"The format is applied to the totals row in the table.
TotalRow = 2 WholeTable
Section titled "WholeTable"The format is applied to the entire table.
WholeTable = 0