Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: sheet ::

interface XGoalSeek

Base Interface
com::sun::star::uno::XInterface

Description
makes it possible to seek a goal for a cell.


Methods' Summary

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

Methods' Details

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

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

Top of Page