[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPivotFields.Item

this Property

this[int]

Returns a single object from a collection.

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

The index number for the object.

this[string]

Returns a single object from a collection.

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

The name for the object.