Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / SelectedDrawingObjects Property


In This Topic
SelectedDrawingObjects Property
In This Topic
Gets the selected drawing objects.
Syntax
'Declaration
 
Public ReadOnly Property SelectedDrawingObjects As Shape()
 
'Usage
 
Dim instance As WorksheetDrawing
Dim value() As Shape
 
value = instance.SelectedDrawingObjects

Property Value

The selected drawing objects.
See Also