Difference between revisions of "Documentation/DevGuide/Spreadsheets/Properties of Cell Ranges"
From Apache OpenOffice Wiki
		< Documentation | DevGuide
		
		
| OOoWikiBot (talk | contribs) m (Robot: Changing Category:Documentation/Developers Guide/Spreadsheet Documents) | OOoWikiBot (talk | contribs)  m (FINAL VERSION FOR L10N) | ||
| Line 7: | Line 7: | ||
| |NextPage=Documentation/DevGuide/Spreadsheets/Cell and Cell Range Access | |NextPage=Documentation/DevGuide/Spreadsheets/Cell and Cell Range Access | ||
| }} | }} | ||
| − | {{DISPLAYTITLE:Properties of Cell Ranges}} | + | {{Documentation/DevGuideLanguages|Documentation/DevGuide/Spreadsheets/{{SUBPAGENAME}}}}  | 
| + |  {{DISPLAYTITLE:Properties of Cell Ranges}} | ||
| The cell range properties deal with the position and size of a range, conditional formats, and cell validation during user input. | The cell range properties deal with the position and size of a range, conditional formats, and cell validation during user input. | ||
Latest revision as of 10:23, 14 May 2009
 
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). | 

