'Declaration
Public ReadOnly Property Active As Boolean
'Usage
Dim instance As WorksheetDrawing Dim value As Boolean value = instance.Active
public bool Active {get;}
Property Value
true
if there is at least one drawing object selected; otherwise, false
.