GoalSeekResult
TargetValue Property
 | 
Gets the target value.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public double TargetValue { get; }
 
Public ReadOnly Property TargetValue As Double
	Get
 
public:
property double TargetValue {
	double get ();
}
 
member TargetValue : float with get
 
 
 
Property Value
Type:
Double
 
See Also