Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / CellValue Structure / Reset Method


In This Topic
    Reset Method (CellValue)
    In This Topic
    Resets this cell value to null.
    Syntax
    'Declaration
     
    
    Public Sub Reset() 
    'Usage
     
    
    Dim instance As CellValue
     
    instance.Reset()
    public void Reset()
    See Also