[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.PivotTables.IPivotFields.Item

this Property

this[string]

Gets the field with the specified name.

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 field.

Property Value
Type Description
IPivotField

An IPivotField value that represents an object contained by the collection.

this[int]

Gets the field at the specified index.

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 field.

Property Value
Type Description
IPivotField

An IPivotField value that represents an object contained by the collection.