Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Cell Class / ResetFormula Method


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()
    See Also