Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / CellNote Class / Unselect Method


In This Topic
    Unselect Method (CellNote)
    In This Topic
    Cancels the current selection.
    Syntax
    'Declaration
     
    
    Public Sub Unselect() 
    'Usage
     
    
    Dim instance As CellNote
     
    instance.Unselect()
    public void Unselect()
    See Also