com.aspose.cells
Class PivotMissingItemLimitType

java.lang.Object
    extended by 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 intAUTOMATIC
           The default number of unique items per PivotField allowed.
static final intMAX
           The maximum number of unique items per PivotField allowed (>32,500).
static final intNONE
           No unique items per PivotField allowed.
 

Field Detail

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.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.