Difference between revisions of "Documentation/DevGuide/Spreadsheets/Properties of Cell Ranges"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (1 revision(s))
m (FINAL VERSION FOR L10N)
 
(2 intermediate revisions by the same user not shown)
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.
  
Line 30: Line 31:
  
 
{{PDL1}}
 
{{PDL1}}
[[Category: Spreadsheet Documents]]
+
 
 +
[[Category:Documentation/Developer's Guide/Spreadsheet Documents]]

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

Size

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

ConditionalFormatLocal

Used to access conditional formats. See Conditional Formats for details.
Validation

ValidationLocal

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).
Personal tools
In other languages