Click or drag to resize

XlsPivotCachesCollection Add Method (XlsPivotCache)

Adds single item to the 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 void Add(
	XlsPivotCache cache
)

Parameters

cache
Type: Spire.Xls.Core.Spreadsheet.PivotTables XlsPivotCache
Item to add.
See Also