Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface / Unselect Method


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