| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
provides seeking a goal value for a cell. More...
import "XGoalSeek.idl";
 
  
| Public Member Functions | |
| com::sun::star::sheet::GoalResult | seekGoal ([in] com::sun::star::table::CellAddress aFormulaPosition, [in] com::sun::star::table::CellAddress aVariablePosition, [in] string aGoalValue) | 
| calculates a value which gives a specified result in a formula. | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
provides seeking a goal value for a cell.
| com::sun::star::sheet::GoalResult seekGoal | ( | [in] com::sun::star::table::CellAddress | aFormulaPosition, | 
| [in] com::sun::star::table::CellAddress | aVariablePosition, | ||
| [in] string | aGoalValue ) | 
calculates a value which gives a specified result in a formula.
| aFormulaPosition | is the address of the formula cell used for the calculation. | 
| aVariablePosition | is the address of the cell that is used in the formula as variable. | 
| aGoalValue | is the value which should be reached during the goal seek. |