Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Cell Class / ResetNote Method


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