Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FormulaEntryCollection Class / Item Property


In This Topic
    Item Property (FormulaEntryCollection)
    In This Topic
    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