Properties of Cell Ranges
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 cell range properties deal with the position and size of a range, conditional formats, and cell validation during user input.
Properties of com.sun.star.sheet.SheetCellRange | |
---|---|
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. |
ConditionalFormat |
Used to access conditional formats. See Conditional Formats for details. |
Validation |
Used to access data validation. See Data Validation for details. |
This service extends the service com.sun.star.table.CellRange to provide common table cell range functionality.
Content on this page is licensed under the Public Documentation License (PDL). |