Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / Cell Class / ResetValue Method
Example


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()
    Example
    This example uses the ResetValue method.
    See Also