java.lang.Objectcom.aspose.cells.PivotFieldType
public class PivotFieldType
Field Summary | ||
---|---|---|
static final int | UNDEFINED | |
Presents base pivot field type. | ||
static final int | ROW | |
Presents row pivot field type. | ||
static final int | COLUMN | |
Presents column pivot field type. | ||
static final int | PAGE | |
Presents page pivot field type. | ||
static final int | DATA | |
Presents data pivot field type. |
Field Detail |
---|
UNDEFINED | |
public static final int UNDEFINED |
ROW | |
public static final int ROW |
COLUMN | |
public static final int COLUMN |
PAGE | |
public static final int PAGE |
DATA | |
public static final int DATA |