GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > IRange インタフェース > GoalSeek メソッド : GoalSeek(Double,CellReference,Boolean) メソッド |
true
。
'Declaration
Overloads Function GoalSeek( _ ByVal goal As Double, _ ByVal changingCell As CellReference, _ Optional ByVal changeIfFound As Boolean _ ) As Boolean
'使用法
Dim instance As IRange Dim goal As Double Dim changingCell As CellReference Dim changeIfFound As Boolean Dim value As Boolean value = instance.GoalSeek(goal, changingCell, changeIfFound)
bool GoalSeek( double goal, CellReference changingCell, bool changeIfFound )
true
。true
、それ以外の場合はfalse
。