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


In This Topic
    ResetText Method
    In This Topic
    Resets the text for the cell to empty.
    Syntax
    'Declaration
     
    
    Public Sub ResetText() 
    'Usage
     
    
    Dim instance As Cell
     
    instance.ResetText()
    public void ResetText()
    Example
    This example uses the ResetText method.
    See Also