Click or drag to resize

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
)

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