Click or drag to resize

IPivotCaches Add Method

Creates new chache object inside this collection.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
PivotCache Add(
	CellRange range
)

Parameters

range
Type: Spire.Xls CellRange
Range that contains data to cache.

Return Value

Type: PivotCache
Newly created object.
See Also