asposecells.api

Class PivotTableAutoFormatType

Utility class containing constants. Represents PivotTable auto format type.

Field Summary
const  intNONE
Represents None format type.
const  intCLASSIC
Represents Classic auto format type.
const  intREPORT_1
Represents Report1 format type.
const  intREPORT_2
Represents Report2 format type.
const  intREPORT_3
Represents Report3 format type.
const  intREPORT_4
Represents Report4 format type.
const  intREPORT_5
Represents Report5 format type.
const  intREPORT_6
Represents Report6 format type.
const  intREPORT_7
Represents Report7 format type.
const  intREPORT_8
Represents Report8 format type.
const  intREPORT_9
Represents Report9 format type.
const  intREPORT_10
Represents Report10 format type.
const  intTABLE_1
Represents Table1 format type.
const  intTABLE_2
Represents Table2 format type.
const  intTABLE_3
Represents Table3 format type.
const  intTABLE_4
Represents Table4 format type.
const  intTABLE_5
Represents Table5 format type.
const  intTABLE_6
Represents Table6 format type.
const  intTABLE_7
Represents Table7 format type.
const  intTABLE_8
Represents Table8 format type.
const  intTABLE_9
Represents Table9 format type.
const  intTABLE_10
Represents Table10 format type.
 

    • Field Detail

      • NONE

        const int NONE
        Represents None format type.
      • CLASSIC

        const int CLASSIC
        Represents Classic auto format type.
      • REPORT_1

        const int REPORT_1
        Represents Report1 format type.
      • REPORT_2

        const int REPORT_2
        Represents Report2 format type.
      • REPORT_3

        const int REPORT_3
        Represents Report3 format type.
      • REPORT_4

        const int REPORT_4
        Represents Report4 format type.
      • REPORT_5

        const int REPORT_5
        Represents Report5 format type.
      • REPORT_6

        const int REPORT_6
        Represents Report6 format type.
      • REPORT_7

        const int REPORT_7
        Represents Report7 format type.
      • REPORT_8

        const int REPORT_8
        Represents Report8 format type.
      • REPORT_9

        const int REPORT_9
        Represents Report9 format type.
      • REPORT_10

        const int REPORT_10
        Represents Report10 format type.
      • TABLE_1

        const int TABLE_1
        Represents Table1 format type.
      • TABLE_2

        const int TABLE_2
        Represents Table2 format type.
      • TABLE_3

        const int TABLE_3
        Represents Table3 format type.
      • TABLE_4

        const int TABLE_4
        Represents Table4 format type.
      • TABLE_5

        const int TABLE_5
        Represents Table5 format type.
      • TABLE_6

        const int TABLE_6
        Represents Table6 format type.
      • TABLE_7

        const int TABLE_7
        Represents Table7 format type.
      • TABLE_8

        const int TABLE_8
        Represents Table8 format type.
      • TABLE_9

        const int TABLE_9
        Represents Table9 format type.
      • TABLE_10

        const int TABLE_10
        Represents Table10 format type.