Table of Contents

Class GoalSeekResult

Namespace
Spire.Xls
Assembly
Spire.XLS.dll

Goal seek calculate result.

public class GoalSeekResult
Inheritance
GoalSeekResult
Inherited Members

Properties

GuessResult

Gets the guess result value.

public double GuessResult { get; }

Property Value

double

Iterations

Gets the iterations.

public int Iterations { get; }

Property Value

int

TargetCellName

Gets the name of target cell.

public string TargetCellName { get; }

Property Value

string

TargetValue

Gets the target value.

public double TargetValue { get; }

Property Value

double

VariableCellName

Gets the name of variable cell.

public string VariableCellName { get; }

Property Value

string

Methods

Determine()

Determine the result.

public void Determine()