Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Cell Class / ResetText Method


In This Topic
    ResetText Method (Cell)
    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()
    See Also