asposecells.api

Class PivotFieldType

Utility class containing constants. Represents PivotTable field type.

Field Summary
const  intUNDEFINED
Presents base pivot field type.
const  intROW
Presents row pivot field type.
const  intCOLUMN
Presents column pivot field type.
const  intPAGE
Presents page pivot field type.
const  intDATA
Presents data pivot field type.
 

    • Field Detail

      • UNDEFINED

        const int UNDEFINED
        Presents base pivot field type.
      • ROW

        const int ROW
        Presents row pivot field type.
      • COLUMN

        const int COLUMN
        Presents column pivot field type.
      • PAGE

        const int PAGE
        Presents page pivot field type.
      • DATA

        const int DATA
        Presents data pivot field type.