Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / Select(Shape,Boolean,Boolean,Boolean,Boolean) Method
The drawing object to select.
if set to true, all current selected drawing objects will be deselected.
if set to true, IShape.Action will be fired.


In This Topic
Select(Shape,Boolean,Boolean,Boolean,Boolean) Method
In This Topic
Selects the specified drawing object.
Syntax
'Declaration
 
Public Overridable Function Select( _
   ByVal shape As Shape, _
   ByVal replace As Boolean, _
   ByVal fireEvent As Boolean, _
   Optional ByVal fireAction As Boolean, _
   Optional ByVal notifyUI As Boolean _
) As Shape
 
'Usage
 
Dim instance As WorksheetDrawing
Dim shape As Shape
Dim replace As Boolean
Dim fireEvent As Boolean
Dim fireAction As Boolean
Dim notifyUI As Boolean
Dim value As Shape
 
value = instance.Select(shape, replace, fireEvent, fireAction, notifyUI)

Parameters

shape
The drawing object to select.
replace
if set to true, all current selected drawing objects will be deselected.
fireEvent
if set to true, IShape.Action will be fired.
fireAction
notifyUI
See Also