Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FormulaEntryCollection Class / Remove Method


In This Topic
    Remove Method (FormulaEntryCollection)
    In This Topic
    Removes the formula entry.
    Syntax
    'Declaration
     
    
    Public Sub Remove( _
       ByVal entry As FormulaEntry _
    ) 
    'Usage
     
    
    Dim instance As FormulaEntryCollection
    Dim entry As FormulaEntry
     
    instance.Remove(entry)
    public void Remove( 
       FormulaEntry entry
    )

    Parameters

    entry
    See Also