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
)
 
Public Sub New ( 
	parent As Object
)
 
public:
XlsPivotCachesCollection(
	Object^ parent
)
 
new : 
parent : Object -> XlsPivotCachesCollection
 
 
 
Parameters
- 
parent
 
- 
Type:
System
Object
The parent object which should be of type XlsWorkbook.
 
Return Value
Type:
An instance of XlsPivotCachesCollection.
 
See Also