Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface PivotFieldType


public interface PivotFieldType

Represents PivotTable field type.


Field Summary
static byte COLUMN
          Presents pivot column field type.
static byte DATA
          Presents pivot data field type.
static byte PAGE
          Presents pivot page field type.
static byte ROW
          Presents pivot row field type.
static byte UNDEFINED
          Presents base pivot field
 

Field Detail

UNDEFINED

static final byte UNDEFINED
Presents base pivot field

See Also:
Constant Field Values

ROW

static final byte ROW
Presents pivot row field type.

See Also:
Constant Field Values

COLUMN

static final byte COLUMN
Presents pivot column field type.

See Also:
Constant Field Values

PAGE

static final byte PAGE
Presents pivot page field type.

See Also:
Constant Field Values

DATA

static final byte DATA
Presents pivot data field type.

See Also:
Constant Field Values