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
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
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