interface XGoalSeek in module com::sun::star::sheet::

(Global Index)

Syntax

interface XGoalSeek : com::sun::star::uno::XInterface ;

Description

makes it possible to seek a goal for a cell.

Method Summary

seekGoal calculates a value which gives a specified result in a formula.

Method Details



seekGoal

Syntax

com::sun::star::sheet::GoalResult seekGoal (
com::sun::star::table::CellAddress aFormulaPosition,
com::sun::star::table::CellAddress aVariablePosition,
string aGoalValue );

Description

calculates a value which gives a specified result in a formula.

Top of Page