Share via


ChartObject.ProtectChartObject Property

True if the embedded chart frame cannot be moved, resized, or deleted.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property ProtectChartObject As Boolean
    Get
    Set
'Usage
Dim instance As ChartObject
Dim value As Boolean

value = instance.ProtectChartObject

instance.ProtectChartObject = value
bool ProtectChartObject { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

ChartObject Interface

ChartObject Members

Microsoft.Office.Interop.Excel Namespace