Click or drag to resize

XlsPivotCachesCollection Constructor

Initializes a new instance of the XlsPivotCachesCollection class.

Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public XlsPivotCachesCollection(
	Object parent
)

Parameters

parent
Type: System Object
The parent object which should be of type XlsWorkbook.

Return Value

Type:
An instance of XlsPivotCachesCollection.
See Also