[]
Specifies the table style element used.
public enum TableStyleElementType
BlankRow = 21
Specifies the blank row.
FirstColumn = 4
Specifies the first column.
FirstColumnStripe = 9
Specifies column stripe1.
FirstColumnSubheading = 22
Specifies column subheading1.
FirstHeaderCell = 11
Specifies the first header cell.
FirstRowStripe = 7
Specifies row stripe1.
FirstRowSubheading = 25
Specifies row subheading1.
FirstSubtotalColumn = 15
Specifies the subtotal column1.
FirstSubtotalRow = 18
Specifies the subtotal row1.
FirstTotalCell = 13
Specifies the first total cell.
GrandTotalColumn = 6
Specifies the grand total column in pivot.
GrandTotalRow = 3
Specifies the grand total row in pivot.
HeaderRow = 1
Specifes the header row.
HoveredSelectedItemWithData = 35
Specifies a selected item, hovered over by the user, that contains data.
HoveredSelectedItemWithNoData = 37
Specifies a selected item, hovered over by the user, that does not contain data.
HoveredUnselectedItemWithData = 34
Specifies an item, hovered over by the user, that is not selected and that contains data.
HoveredUnselectedItemWithNoData = 36
Specifies a selected item, hovered over by the user, that is not selected and that does not contain data.
LastColumn = 5
Specifies the last column.
LastHeaderCell = 12
Specifies the last header cell.
LastTotalCell = 14
Specifies the last total cell.
PageFieldLabels = 28
Specifies page field labels.
PageFieldValues = 29
Specifies page field values.
SecondColumnStripe = 10
Specifies column stripe2.
SecondColumnSubheading = 23
Specifies column subheading2.
SecondRowStripe = 8
Specifies row stripe2.
SecondRowSubheading = 26
Specifies row subheading2.
SecondSubtotalColumn = 16
Specifies the subtotal column2.
SecondSubtotalRow = 19
Specifies the subtotal row2.
SelectedItemWithData = 32
Specifies a selected item that contains data.
SelectedItemWithNoData = 33
Specifies a selected item that does not contain data.
ThirdColumnSubheading = 24
Specifies column subheading3.
ThirdRowSubheading = 27
Specifies row subheading3.
ThirdSubtotalColumn = 17
Specifies the subtotal column3.
ThirdSubtotalRow = 20
Specifies the subtotal row3.
TotalRow = 2
Specifies the total row.
UnselectedItemWithData = 30
Specifies an item that is not selected that contains data.
UnselectedItemWithNoData = 31
Specifies an item that is not selected that does not contain data.
WholeTable = 0
Specifies the entire table.