Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / Cell Class / ResetFormula Method
Example


In This Topic
    ResetFormula Method
    In This Topic
    Resets the formula for the cell to empty.
    Syntax
    'Declaration
     
    
    Public Sub ResetFormula() 
    'Usage
     
    
    Dim instance As Cell
     
    instance.ResetFormula()
    public void ResetFormula()
    Example
    This example uses the ResetFormula method.
    See Also