_Chart.ProtectGoalSeek Property
True if the user cannot modify chart data points with mouse actions.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property ProtectGoalSeek As Boolean
Get
Set
'Usage
Dim instance As _Chart
Dim value As Boolean
value = instance.ProtectGoalSeek
instance.ProtectGoalSeek = value
bool ProtectGoalSeek { get; set; }
Property Value
Type: System.Boolean