'DeclarationPublic ReadOnly Property Active As Boolean
'UsageDim 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.