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


In This Topic
    ResetFormula Method (Cell)
    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