Properties of SheetCell
From Apache OpenOffice Wiki
< Documentation | DevGuide
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
The service com.sun.star.sheet.SheetCell introduces new properties and interfaces, extending the formatting-related cell properties of com.sun.star.table.Cell.
| Properties of com.sun.star.sheet.SheetCell | |
|---|---|
| Position |
The position and size of the cell in 100th of a millimeter. The position is relative to the first cell of the spreadsheet. Note that this is not always the first visible cell. |
| FormulaLocal | Used to query or set a formula using function names of the current language. |
| FormulaResultType | The type of the result. It is a constant from the set com.sun.star.sheet.FormulaResult. |
| ConditionalFormat |
Used to access conditional formats. See Conditional Formats for details. |
| Validation |
Used to access data validation. See Data Validation for details. |
| Content on this page is licensed under the Public Documentation License (PDL). |