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