[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.PivotTables.IPivotItems.Item

this Property

this[int]

Gets a single IPivotItem object from the collection.

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

An integer value indicates the pivot item's index.

Property Value
Type Description
IPivotItem

An IPivotItem instance that represents an object contained by the collection.

this[string]

Gets a single IPivotItem object from the collection.

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

The name of pivot item.

Property Value
Type Description
IPivotItem

An IPivotItem instance that represents an object contained by the collection.