21module
com { module sun { module star { module table {
provides methods to access the contents of a cell in a table.
Definition XCell.idl:29
void setFormula([in] string aFormula)
sets a formula into the cell.
double getValue()
returns the floating point value of the cell.
long getError()
returns the error value of the cell.
void setValue([in] double nValue)
sets a floating point value into the cell.
com::sun::star::table::CellContentType getType()
returns the type of the cell.
string getFormula()
returns the formula string of a cell.
base interface of all UNO interfaces
Definition XInterface.idl:46
CellContentType
is used to determine the type of contents in a cell.
Definition CellContentType.idl:27
Definition Ambiguous.idl:20