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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PivotCache Add(
	CellRange range
)
Public Function Add ( 
	range As CellRange
) As PivotCache
public:
virtual PivotCache^ Add(
	CellRange^ range
) sealed
abstract Add : 
        range : CellRange -> PivotCache 
override Add : 
        range : CellRange -> PivotCache 

Parameters

range
CellRange

Return Value

PivotCache

Implements

IPivotCaches..::..Add(CellRange)

See Also