IMsoChart.ProtectGoalSeek Property
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property ProtectGoalSeek As Boolean
Get
Set
'Usage
Dim instance As IMsoChart
Dim value As Boolean
value = instance.ProtectGoalSeek
instance.ProtectGoalSeek = value
bool ProtectGoalSeek { get; set; }
Property Value
Type: System.Boolean