java.lang.Object
com.aspose.cells.PivotItemPosition
public class PivotItemPosition
| Field Summary | ||
|---|---|---|
static final int | PREVIOUS | |
| Represents the previous pivot item in the PivotField. | ||
static final int | NEXT | |
| Represents the next pivot item in the PivotField. | ||
static final int | CUSTOM | |
|
Represents a pivot item index, as specified by Pivot Items, that specifies a pivot item in the PivotField.
|
||
| Field Detail |
|---|
PREVIOUS | |
public static final int PREVIOUS | |
NEXT | |
public static final int NEXT | |
CUSTOM | |
public static final int CUSTOM | |