aspose.cells

Class PivotFieldType

Utility class containing constants. Represents PivotTable field type.

Field Summary
const  NumberUNDEFINED
Presents base pivot field type.
const  NumberROW
Presents row pivot field type.
const  NumberCOLUMN
Presents column pivot field type.
const  NumberPAGE
Presents page pivot field type.
const  NumberDATA
Presents data pivot field type.
 

    • Field Detail

      • UNDEFINED

        const Number UNDEFINED
        Presents base pivot field type.
      • ROW

        const Number ROW
        Presents row pivot field type.
      • COLUMN

        const Number COLUMN
        Presents column pivot field type.
      • PAGE

        const Number PAGE
        Presents page pivot field type.
      • DATA

        const Number DATA
        Presents data pivot field type.