[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPivotCaches.Create

Create Method

Create(object)

Creates a new PivotCache using range or table.

Declaration
IPivotCache Create(object SourceData)
Function Create(SourceData As Object) As IPivotCache
Parameters
Type Name Description
object SourceData

The range or table data for the new PivotTable cache.

Returns
Type Description
IPivotCache

PivotCache.

Exceptions
Type Condition
ArgumentException

If SourceData is not a range or table.