Click or drag to resize

GoalSeek TryCalculate Method (CellRange, Double, CellRange, Double)

Try goal seek calculate.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public GoalSeekResult TryCalculate(
	CellRange targetCell,
	double targetValue,
	CellRange variableCell,
	double guess
)

Parameters

targetCell
Type: Spire.Xls CellRange
targetValue
Type: System Double
variableCell
Type: Spire.Xls CellRange
guess
Type: System Double

Return Value

Type: GoalSeekResult
See Also