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


In This Topic
    ResetNote Method (Cell)
    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