Click or drag to resize

XlsPivotTable Constructor

Creates collection and sets its Application and Parent values.

Namespace: Spire.Xls.Core.Spreadsheet.PivotTables
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public XlsPivotTable(
	Object parent,
	int cacheIndex,
	IXLSRange location
)

Parameters

parent
Type: System Object
Parent object of this collection.
cacheIndex
Type: System Int32
Cache index.
location
Type: Spire.Xls.Core IXLSRange
Pivot table location.
See Also