_Chart.ProtectDrawingObjects Property
True if shapes are protected.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property ProtectDrawingObjects As Boolean
Get
'Usage
Dim instance As _Chart
Dim value As Boolean
value = instance.ProtectDrawingObjects
bool ProtectDrawingObjects { get; }
Property Value
Type: System.Boolean