FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Dialogs Namespace / BuiltInDialogs Class / GoalSeek Method
The FarPoint.Win.Spread.FpSpread owner.


In This Topic
GoalSeek Method (BuiltInDialogs)
In This Topic
Gets the Goal Seek form that allows to calculate the values necessary to achieve a specific goal.
Syntax
'Declaration
 
Public Shared Function GoalSeek( _
   ByVal spread As FpSpread _
) As Form
 
'Usage
 
Dim spread As FpSpread
Dim value As Form
 
value = BuiltInDialogs.GoalSeek(spread)

Parameters

spread
The FarPoint.Win.Spread.FpSpread owner.

Return Value

A System.Windows.Forms.Form object represents the Goal Seek dialog.
See Also