[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPivotItems.Item

this Property

this[int]

Returns a single object from a collection.

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

The index number for the object.

this[string]

Returns a single object from a collection.

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

The name for the object.