GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShape Interface / Selected Property


In This Topic
Selected Property (IShape)
In This Topic
Gets a value indicating whether this IShape is selected.
Syntax
'Declaration
 
ReadOnly Property Selected As Boolean
 
'Usage
 
Dim instance As IShape
Dim value As Boolean
 
value = instance.Selected

Property Value

true if this IShape is selected; otherwise, false.
See Also