[]
        
(Showing Draft Content)

FarPoint.Web.Spread.FormulaEntryCollection.Item

this Property

this[int]

Gets or sets the formula entry at a specific position in the collection.

Declaration
public FormulaEntry this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As FormulaEntry
Parameters
Type Name Description
int index
Exceptions
Type Condition
ArgumentException

The index must be between 0 and the total number of entries.