Top   Module   Use   Manual   Index 

com :: sun :: star :: table ::

enum CellContentType


Description
is used to determine the type of contents in a cell.


Values

EMPTY
Description
cell is empty.
VALUE
Description
cell contains a constant value.
TEXT
Description
cell contains text.
FORMULA
Description
cell contains a formula.
Top of Page