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


In This Topic
ContainsSelectedDrawingObjects Property
In This Topic
Gets a value indicating there is selected drawing object.
Syntax
'Declaration
 
Public ReadOnly Property ContainsSelectedDrawingObjects As Boolean
 
'Usage
 
Dim instance As WorksheetDrawing
Dim value As Boolean
 
value = instance.ContainsSelectedDrawingObjects

Property Value

true if there is selected drawing object; otherwise, false.
See Also