com.aspose.cells

Class PivotFieldType

  • java.lang.Object
    • com.aspose.cells.PivotFieldType
public class PivotFieldType 
extends java.lang.Object

Utility class containing constants. Represents PivotTable field type.

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

    • Field Detail

      • UNDEFINED

        public static final int UNDEFINED
        Presents base pivot field type.
      • ROW

        public static final int ROW
        Presents row pivot field type.
      • COLUMN

        public static final int COLUMN
        Presents column pivot field type.
      • PAGE

        public static final int PAGE
        Presents page pivot field type.
      • DATA

        public static final int DATA
        Presents data pivot field type.