Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / Select(Boolean) Method
true to replace the current selection with the specified object. false to extend the current selection to include any previously selected objects and the specified object.


In This Topic
Select(Boolean) Method
In This Topic
Selects the shape.
Syntax
'Declaration
 
Public Sub Select( _
   ByVal replace As Boolean _
) 
 
'Usage
 
Dim instance As Shape
Dim replace As Boolean
 
instance.Select(replace)

Parameters

replace
true to replace the current selection with the specified object. false to extend the current selection to include any previously selected objects and the specified object.
See Also