Enum XLItemsToRetain
Specifies the number of unused items to allow in a IXLPivotCache before discarding unused items.
public enum XLItemsToRetain
- Extension Methods
Fields
Automatic = 0The threshold is set automatically based on the number of items.
Max = 2When all shared items of a filed are unused.
None = 1When even one item is unused.