Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface PivotTableGroupType


public interface PivotTableGroupType

Represents PivotTable group type.


Field Summary
static byte DAYS
          Presents group by Days.
static byte HOURS
          Presents group by Hours.
static byte MINUTES
          Presents group by Minutes.
static byte MONTHS
          Presents group by Months.
static byte NUMERIC
          Presents group by Numeric value.
static byte QUARTERS
          Presents group by Quarters.
static byte SECONDS
          Presents group by Seconds.
static byte YEARS
          Presents group by Years.
 

Field Detail

NUMERIC

static final byte NUMERIC
Presents group by Numeric value.

See Also:
Constant Field Values

SECONDS

static final byte SECONDS
Presents group by Seconds.

See Also:
Constant Field Values

MINUTES

static final byte MINUTES
Presents group by Minutes.

See Also:
Constant Field Values

HOURS

static final byte HOURS
Presents group by Hours.

See Also:
Constant Field Values

DAYS

static final byte DAYS
Presents group by Days.

See Also:
Constant Field Values

MONTHS

static final byte MONTHS
Presents group by Months.

See Also:
Constant Field Values

QUARTERS

static final byte QUARTERS
Presents group by Quarters.

See Also:
Constant Field Values

YEARS

static final byte YEARS
Presents group by Years.

See Also:
Constant Field Values