'Declaration
Public Function Deselect( _ Optional ByVal shape As Shape, _ Optional ByVal mustHaveOneSelected As Boolean, _ Optional ByVal fireEvent As Boolean, _ Optional ByVal notifyUI As Boolean _ ) As Shape
Parameters
- shape
- The drawing object to deselect.
- mustHaveOneSelected
- if set to
true
, the drawing object won't be deselected if it's the last selected drawing object. - fireEvent
- if set to
true
, GrapeCity.Spreadsheet.UI.UIManager.ShapeChanged will be fired. - notifyUI