[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.PivotTables.IPivotTables.Item

this Property

this[int]

Gets a single IPivotTable object from the collection.

Declaration
IPivotTable this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As IPivotTable
Parameters
Type Name Description
int index

An integer value indicates the pivot table's index.

Property Value
Type Description
IPivotTable

The IPivotTable at the specified index.

this[string]

Gets a single IPivotTable object from the collection.

Declaration
IPivotTable this[string name] { get; }
ReadOnly Default Property Item(name As String) As IPivotTable
Parameters
Type Name Description
string name

A string value indicates the pivot table's name

Property Value
Type Description
IPivotTable

The IPivotTable at the specified name.