[]
        
(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; }
ReadOnly Default Property Item(index As Integer) As IPivotField
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; }
ReadOnly Default Property Item(fieldName As String) As IPivotField
Parameters
Type Name Description
string fieldName

The name for the object.

Property Value
Type Description
IPivotField

An IPivotField object contained by the collection.