Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / TableStyleElementType Enumeration
In This Topic
    TableStyleElementType Enumeration
    In This Topic
    Specifies the table style element used.
    Members
    MemberDescription
    BlankRowSpecifies the blank row.
    FirstColumnSpecifies the first column.
    FirstColumnStripeSpecifies the first column stripes.
    FirstColumnSubheadingSpecifies the first column subheading in pivot.
    FirstHeaderCellSpecifies the first header cell.
    FirstRowStripeSpecifies the first row stripes.
    FirstRowSubheadingSpecifies the first row subheading in pivot.
    FirstSubtotalColumnSpecifies the first subtotal column in pivot.
    FirstSubtotalRowSpecifies the first subtotal row in pivot.
    FirstTotalCellSpecifies the first total cell.
    GrandTotalColumnSpecifies the grand total column in pivot.
    GrandTotalRowSpecifies the grand total row in pivot.
    HeaderRowSpecifes the header row.
    HoveredSelectedItemWithDataSpecifies a selected item, hovered over by the user, that contains data.
    HoveredSelectedItemWithNoDataSpecifies a selected item, hovered over by the user, that does not contain data.
    HoveredUnselectedItemWithDataSpecifies an item, hovered over by the user, that is not selected and that contains data.
    HoveredUnselectedItemWithNoDataSpecifies a selected item, hovered over by the user, that is not selected and that does not contain data.
    LastColumnSpecifies the last column.
    LastHeaderCellSpecifies the last header cell.
    LastTotalCellSpecifies the last total cell.
    PageFieldLabelsSpecifies page field labels.
    PageFieldValuesSpecifies page field values.
    SecondColumnStripeSpecifies the second column stripes.
    SecondColumnSubheadingSpecifies the second column subheading in pivot.
    SecondRowStripeSpecifies the second row stripes.
    SecondRowSubheadingSpecifies the second row subheading in pivot.
    SecondSubtotalColumnSpecifies the second subtotal column in pivot.
    SecondSubtotalRowSpecifies the second subtotal row in pivot.
    SelectedItemWithDataSpecifies a selected item that contains data.
    SelectedItemWithNoDataSpecifies a selected item that does not contain data.
    ThirdColumnSubheadingSpecifies the third column subheading in pivot.
    ThirdRowSubheadingSpecifies the third row subheading in pivot.
    ThirdSubtotalColumnSpecifies the third subtotal column in pivot.
    ThirdSubtotalRowSpecifies the third subtotal row in pivot.
    TotalRowSpecifies the total row.
    UnselectedItemWithDataSpecifies an item that is not selected that contains data.
    UnselectedItemWithNoDataSpecifies an item that is not selected that does not contain data.
    WholeTableSpecifies the entire table.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.TableStyleElementType

    See Also