XlsPivotCachesCollection
Add Method (CellRange)
|
Creates new chache object inside this collection.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public PivotCache Add(
CellRange range
)
Public Function Add (
range As CellRange
) As PivotCache
public:
virtual PivotCache^ Add(
CellRange^ range
) sealed
abstract Add :
range : CellRange -> PivotCache
override Add :
range : CellRange -> PivotCache
Parameters
-
range
-
Type:
Spire.Xls
CellRange
Range that contains data to cache.
Return Value
Type:
PivotCache
Newly created object.
Implements
IPivotCaches
Add(CellRange)
See Also