Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface PivotItemPosition


public interface PivotItemPosition

Represents PivotTable base item Next/Previous/All position in the base field .


Field Summary
static short ALL
          Represents All items in one of the pivot page fields in the PivotTable.
static short NEXT
          Represents Next pivot field base item.
static short PREVIOUS
          Represents Pervious pivot field base item.
 

Field Detail

NEXT

static final short NEXT
Represents Next pivot field base item.

See Also:
Constant Field Values

PREVIOUS

static final short PREVIOUS
Represents Pervious pivot field base item.

See Also:
Constant Field Values

ALL

static final short ALL
Represents All items in one of the pivot page fields in the PivotTable.

See Also:
Constant Field Values