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

unpublished struct SolverConstraint
Usage Restrictions
not published
Description
is used to specify a constraint for a solver model.

Elements' Summary
Left The address of the cell that is constrained. 
Operator The type of the constraint. 
Right The comparison value, of type double or ::com::sun::star::table::CellAddress.  
Elements' Details
Left
::com::sun::star::table::CellAddress Left;
Description
The address of the cell that is constrained.
Operator
SolverConstraintOperator Operator;
Description
The type of the constraint.
Right
any Right;
Description
The comparison value, of type double or ::com::sun::star::table::CellAddress.
Top of Page