[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.PivotTables.IPivotCaches.Create

Create Method

Create(ITable)

Creates a new PivotCache.

Declaration
IPivotCache Create(ITable table)
Function Create(table As ITable) As IPivotCache
Parameters
Type Name Description
ITable table

The table data for the new PivotTable cache.

Returns
Type Description
IPivotCache

Create(IRange)

Creates a new PivotCache.

Declaration
IPivotCache Create(IRange range)
Function Create(range As IRange) As IPivotCache
Parameters
Type Name Description
IRange range
Returns
Type Description
IPivotCache

Create(string)

Creates a new PivotCache.

Declaration
IPivotCache Create(string range)
Function Create(range As String) As IPivotCache
Parameters
Type Name Description
string range
Returns
Type Description
IPivotCache