asposecells.api

Class TableStyleElementType

Utility class containing constants. Represents the Table or PivotTable style element type.

Field Summary
const  intBLANK_ROW
Table style element that applies to PivotTable's blank rows.
const  intFIRST_COLUMN
Table style element that applies to table's first column.
const  intFIRST_COLUMN_STRIPE
Table style element that applies to table's first column stripes.
const  intFIRST_COLUMN_SUBHEADING
Table style element that applies to PivotTable's first column subheading.
const  intFIRST_HEADER_CELL
Table style element that applies to table's first header row cell.
const  intFIRST_ROW_STRIPE
Table style element that applies to table's first row stripes.
const  intFIRST_ROW_SUBHEADING
Table style element that applies to PivotTable's first row subheading.
const  intFIRST_SUBTOTAL_COLUMN
Table style element that applies to PivotTable's first subtotal column.
const  intFIRST_SUBTOTAL_ROW
Table style element that applies to pivot table's first subtotal row.
const  intGRAND_TOTAL_COLUMN
Table style element that applies to pivot table's grand total column.
const  intGRAND_TOTAL_ROW
Table style element that applies to pivot table's grand total row.
const  intFIRST_TOTAL_CELL
Table style element that applies to table's first total row cell.
const  intHEADER_ROW
Table style element that applies to table's header row.
const  intLAST_COLUMN
Table style element that applies to table's last column.
const  intLAST_HEADER_CELL
Table style element that applies to table's last header row cell.
const  intLAST_TOTAL_CELL
Table style element that applies to table's last total row cell.
const  intPAGE_FIELD_LABELS
Table style element that applies to pivot table's page field labels.
const  intPAGE_FIELD_VALUES
Table style element that applies to pivot table's page field values.
const  intSECOND_COLUMN_STRIPE
Table style element that applies to table's second column stripes.
const  intSECOND_COLUMN_SUBHEADING
Table style element that applies to pivot table's second column subheading.
const  intSECOND_ROW_STRIPE
Table style element that applies to table's second row stripes.
const  intSECOND_ROW_SUBHEADING
Table style element that applies to pivot table's second row subheading.
const  intSECOND_SUBTOTAL_COLUMN
Table style element that applies to PivotTable's second subtotal column.
const  intSECOND_SUBTOTAL_ROW
Table style element that applies to PivotTable's second subtotal row.
const  intTHIRD_COLUMN_SUBHEADING
Table style element that applies to PivotTable's third column subheading.
const  intTHIRD_ROW_SUBHEADING
Table style element that applies to PivotTable's third row subheading.
const  intTHIRD_SUBTOTAL_COLUMN
Table style element that applies to pivot table's third subtotal column.
const  intTHIRD_SUBTOTAL_ROW
Table style element that applies to PivotTable's third subtotal row.
const  intTOTAL_ROW
Table style element that applies to table's total row.
const  intWHOLE_TABLE
Table style element that applies to table's entire content.
 

    • Field Detail

      • BLANK_ROW

        const int BLANK_ROW
        Table style element that applies to PivotTable's blank rows.
      • FIRST_COLUMN

        const int FIRST_COLUMN
        Table style element that applies to table's first column.
      • FIRST_COLUMN_STRIPE

        const int FIRST_COLUMN_STRIPE
        Table style element that applies to table's first column stripes.
      • FIRST_COLUMN_SUBHEADING

        const int FIRST_COLUMN_SUBHEADING
        Table style element that applies to PivotTable's first column subheading.
      • FIRST_HEADER_CELL

        const int FIRST_HEADER_CELL
        Table style element that applies to table's first header row cell.
      • FIRST_ROW_STRIPE

        const int FIRST_ROW_STRIPE
        Table style element that applies to table's first row stripes.
      • FIRST_ROW_SUBHEADING

        const int FIRST_ROW_SUBHEADING
        Table style element that applies to PivotTable's first row subheading.
      • FIRST_SUBTOTAL_COLUMN

        const int FIRST_SUBTOTAL_COLUMN
        Table style element that applies to PivotTable's first subtotal column.
      • FIRST_SUBTOTAL_ROW

        const int FIRST_SUBTOTAL_ROW
        Table style element that applies to pivot table's first subtotal row.
      • GRAND_TOTAL_COLUMN

        const int GRAND_TOTAL_COLUMN
        Table style element that applies to pivot table's grand total column.
      • GRAND_TOTAL_ROW

        const int GRAND_TOTAL_ROW
        Table style element that applies to pivot table's grand total row.
      • FIRST_TOTAL_CELL

        const int FIRST_TOTAL_CELL
        Table style element that applies to table's first total row cell.
      • HEADER_ROW

        const int HEADER_ROW
        Table style element that applies to table's header row.
      • LAST_COLUMN

        const int LAST_COLUMN
        Table style element that applies to table's last column.
      • LAST_HEADER_CELL

        const int LAST_HEADER_CELL
        Table style element that applies to table's last header row cell.
      • LAST_TOTAL_CELL

        const int LAST_TOTAL_CELL
        Table style element that applies to table's last total row cell.
      • PAGE_FIELD_LABELS

        const int PAGE_FIELD_LABELS
        Table style element that applies to pivot table's page field labels.
      • PAGE_FIELD_VALUES

        const int PAGE_FIELD_VALUES
        Table style element that applies to pivot table's page field values.
      • SECOND_COLUMN_STRIPE

        const int SECOND_COLUMN_STRIPE
        Table style element that applies to table's second column stripes.
      • SECOND_COLUMN_SUBHEADING

        const int SECOND_COLUMN_SUBHEADING
        Table style element that applies to pivot table's second column subheading.
      • SECOND_ROW_STRIPE

        const int SECOND_ROW_STRIPE
        Table style element that applies to table's second row stripes.
      • SECOND_ROW_SUBHEADING

        const int SECOND_ROW_SUBHEADING
        Table style element that applies to pivot table's second row subheading.
      • SECOND_SUBTOTAL_COLUMN

        const int SECOND_SUBTOTAL_COLUMN
        Table style element that applies to PivotTable's second subtotal column.
      • SECOND_SUBTOTAL_ROW

        const int SECOND_SUBTOTAL_ROW
        Table style element that applies to PivotTable's second subtotal row.
      • THIRD_COLUMN_SUBHEADING

        const int THIRD_COLUMN_SUBHEADING
        Table style element that applies to PivotTable's third column subheading.
      • THIRD_ROW_SUBHEADING

        const int THIRD_ROW_SUBHEADING
        Table style element that applies to PivotTable's third row subheading.
      • THIRD_SUBTOTAL_COLUMN

        const int THIRD_SUBTOTAL_COLUMN
        Table style element that applies to pivot table's third subtotal column.
      • THIRD_SUBTOTAL_ROW

        const int THIRD_SUBTOTAL_ROW
        Table style element that applies to PivotTable's third subtotal row.
      • TOTAL_ROW

        const int TOTAL_ROW
        Table style element that applies to table's total row.
      • WHOLE_TABLE

        const int WHOLE_TABLE
        Table style element that applies to table's entire content.