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 column stripe1.
    FirstColumnSubheadingSpecifies column subheading1.
    FirstHeaderCellSpecifies the first header cell.
    FirstRowStripeSpecifies row stripe1.
    FirstRowSubheadingSpecifies row subheading1.
    FirstSubtotalColumnSpecifies the subtotal column1.
    FirstSubtotalRowSpecifies the subtotal row1.
    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 column stripe2.
    SecondColumnSubheadingSpecifies column subheading2.
    SecondRowStripeSpecifies row stripe2.
    SecondRowSubheadingSpecifies row subheading2.
    SecondSubtotalColumnSpecifies the subtotal column2.
    SecondSubtotalRowSpecifies the subtotal row2.
    SelectedItemWithDataSpecifies a selected item that contains data.
    SelectedItemWithNoDataSpecifies a selected item that does not contain data.
    ThirdColumnSubheadingSpecifies column subheading3.
    ThirdRowSubheadingSpecifies row subheading3.
    ThirdSubtotalColumnSpecifies the subtotal column3.
    ThirdSubtotalRowSpecifies the subtotal row3.
    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