Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
PivotTable Add(
	string name,
	CellRange location,
	PivotCache cache
)
Function Add ( 
	name As String,
	location As CellRange,
	cache As PivotCache
) As PivotTable
PivotTable^ Add(
	String^ name, 
	CellRange^ location, 
	PivotCache^ cache
)
abstract Add : 
        name : string * 
        location : CellRange * 
        cache : PivotCache -> PivotTable 

Parameters

name
String
location
CellRange
cache
PivotCache

Return Value

PivotTable

See Also