IChartObject.ProtectChartObject Property
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 IChartObject
Dim value As Boolean
value = instance.ProtectChartObject
instance.ProtectChartObject = value
bool ProtectChartObject { get; set; }
Property Value
Type: System.Boolean