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
)
Public Sub New (
parent As Object,
cacheIndex As Integer,
location As IXLSRange
)
public:
XlsPivotTable(
Object^ parent,
int cacheIndex,
IXLSRange^ location
)
new :
parent : Object *
cacheIndex : int *
location : IXLSRange -> XlsPivotTable
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