Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapes Interface / SelectedShapes Property


In This Topic
SelectedShapes Property
In This Topic
Gets a IShapeRange object that represents all selected shapes.
Syntax
'Declaration
 
ReadOnly Property SelectedShapes As IShapeRange
 
'Usage
 
Dim instance As IShapes
Dim value As IShapeRange
 
value = instance.SelectedShapes

Property Value

The selected shapes in a IShapes collection.
See Also