Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Cell Class / ResetValue Method


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