TableStyleElementType Enumeration
In This Topic
Specifies the table style element used.
Members
Member | Description |
BlankRow | Specifies the blank row. |
FirstColumn | Specifies the first column. |
FirstColumnStripe | Specifies the first column stripes. |
FirstColumnSubheading | Specifies the first column subheading in pivot. |
FirstHeaderCell | Specifies the first header cell. |
FirstRowStripe | Specifies the first row stripes. |
FirstRowSubheading | Specifies the first row subheading in pivot. |
FirstSubtotalColumn | Specifies the first subtotal column in pivot. |
FirstSubtotalRow | Specifies the first subtotal row in pivot. |
FirstTotalCell | Specifies the first total cell. |
GrandTotalColumn | Specifies the grand total column in pivot. |
GrandTotalRow | Specifies the grand total row in pivot. |
HeaderRow | Specifes the header row. |
HoveredSelectedItemWithData | Specifies a selected item, hovered over by the user, that contains data. |
HoveredSelectedItemWithNoData | Specifies a selected item, hovered over by the user, that does not contain data. |
HoveredUnselectedItemWithData | Specifies an item, hovered over by the user, that is not selected and that contains data. |
HoveredUnselectedItemWithNoData | Specifies a selected item, hovered over by the user, that is not selected and that does not contain data. |
LastColumn | Specifies the last column. |
LastHeaderCell | Specifies the last header cell. |
LastTotalCell | Specifies the last total cell. |
PageFieldLabels | Specifies page field labels. |
PageFieldValues | Specifies page field values. |
SecondColumnStripe | Specifies the second column stripes. |
SecondColumnSubheading | Specifies the second column subheading in pivot. |
SecondRowStripe | Specifies the second row stripes. |
SecondRowSubheading | Specifies the second row subheading in pivot. |
SecondSubtotalColumn | Specifies the second subtotal column in pivot. |
SecondSubtotalRow | Specifies the second subtotal row in pivot. |
SelectedItemWithData | Specifies a selected item that contains data. |
SelectedItemWithNoData | Specifies a selected item that does not contain data. |
ThirdColumnSubheading | Specifies the third column subheading in pivot. |
ThirdRowSubheading | Specifies the third row subheading in pivot. |
ThirdSubtotalColumn | Specifies the third subtotal column in pivot. |
ThirdSubtotalRow | Specifies the third subtotal row in pivot. |
TotalRow | Specifies the total row. |
UnselectedItemWithData | Specifies an item that is not selected that contains data. |
UnselectedItemWithNoData | Specifies an item that is not selected that does not contain data. |
WholeTable | Specifies the entire table. |
Inheritance Hierarchy
java.lang.Object
java.lang.Enum
com.grapecity.documents.excel.TableStyleElementType
See Also