[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.PivotTables.IPivotFormulas.Item

this Property

this[int]

Gets a single IPivotFormula object from the collection.

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

An integer value indicates the pivot formula index.

Property Value
Type Description
IPivotFormula

The IPivotFormula at the specified index.

this[string]

Gets a single IPivotFormula object from the collection.

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

A string value indicates the pivot formula name

Property Value
Type Description
IPivotFormula

The IPivotFormula at the specified name.