Share via


_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

See Also

Reference

_Chart Interface

_Chart Members

Microsoft.Office.Interop.Excel Namespace