[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICalculatedFields.Item

this Property

this[int]

Returns a single object from a collection.

Declaration
IPivotField this[int index] { get; }
Parameters
Type Name Description
int index

The index number for the object.

Property Value
Type Description
IPivotField

An IPivotField object contained by the collection.

this[string]

Returns a single object from a collection.

Declaration
IPivotField this[string fieldName] { get; }
Parameters
Type Name Description
string fieldName

The name for the object.

Property Value
Type Description
IPivotField

An IPivotField object contained by the collection.