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
)
Function Add (
range As CellRange
) As PivotCache
PivotCache^ Add(
CellRange^ range
)
abstract Add :
range : CellRange -> PivotCache
Parameters
-
range
-
Type:
Spire.Xls
CellRange
Range that contains data to cache.
Return Value
Type:
PivotCache
Newly created object.
See Also