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


In This Topic
    ResetValue Method (Cell)
    In This Topic
    Resets the value for the cell to empty.
    Syntax
    'Declaration
     
    
    Public Sub ResetValue() 
    'Usage
     
    
    Dim instance As Cell
     
    instance.ResetValue()
    public void ResetValue()
    See Also