ProtectDrawingObjects Property (IChart)
In This Topic
Gets a boolean value indicating whether shapes are protected.
Syntax
'Declaration
ReadOnly Property ProtectDrawingObjects As Boolean
'Usage
Dim instance As IChart
Dim value As Boolean
value = instance.ProtectDrawingObjects
bool ProtectDrawingObjects {get;}
See Also