GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface / Select 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 Method (IShapeBase)
In This Topic
Selects the shape.
Syntax
'Declaration
 
Sub Select( _
   Optional ByVal replace As Boolean _
) 
 
'Usage
 
Dim instance As IShapeBase
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