Spread for ASP.NET 11 Product Documentation
Item Property (FormulaEntryCollection)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FormulaEntryCollection Class : Item Property
Gets or sets the formula entry at a specific position in the collection.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As FormulaEntry
'Usage
 
Dim instance As FormulaEntryCollection
Dim index As Integer
Dim value As FormulaEntry
 
value = instance.Item(index)
public FormulaEntry this[ 
   int index
]; {get;}

Parameters

index
Exceptions
ExceptionDescription
The index must be between 0 and the total number of entries.
See Also

Reference

FormulaEntryCollection Class
FormulaEntryCollection Members