java.lang.Object
com.aspose.cells.PivotMissingItemLimitType
public class PivotMissingItemLimitType
- extends java.lang.Object
Utility class containing constants.
Represents number of items to retain per field.
Field Summary |
static final int | AUTOMATIC | |
The default number of unique items per PivotField allowed.
|
static final int | MAX | |
The maximum number of unique items per PivotField allowed (>32,500).
|
static final int | NONE | |
No unique items per PivotField allowed.
|
AUTOMATIC | |
public static final int AUTOMATIC |
-
The default number of unique items per PivotField allowed.
MAX | |
public static final int MAX |
-
The maximum number of unique items per PivotField allowed (>32,500).
NONE | |
public static final int NONE |
-
No unique items per PivotField allowed.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.