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