[]
Gets or sets the formula entry at a specific position in the collection.
public FormulaEntry this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As FormulaEntry
| Type | Name | Description |
|---|---|---|
| int | index |
| Type | Condition |
|---|---|
| ArgumentException | The index must be between 0 and the total number of entries. |