Difference between revisions of "Documentation/DevGuide/Spreadsheets/Properties of SheetCell"
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 5: | Line 5: | ||
| |NextPage=Documentation/DevGuide/Spreadsheets/Access to Formulas, Values and Errors | |NextPage=Documentation/DevGuide/Spreadsheets/Access to Formulas, Values and Errors | ||
| }} | }} | ||
| − | {{DISPLAYTITLE:Properties of SheetCell}} | + | {{Documentation/DevGuideLanguages|Documentation/DevGuide/Spreadsheets/{{SUBPAGENAME}}}}  | 
| + |  {{DISPLAYTITLE:Properties of SheetCell}} | ||
| The service <idl>com.sun.star.sheet.SheetCell</idl> introduces new properties and interfaces, extending the formatting-related cell properties of <idl>com.sun.star.table.Cell</idl>. | The service <idl>com.sun.star.sheet.SheetCell</idl> introduces new properties and interfaces, extending the formatting-related cell properties of <idl>com.sun.star.table.Cell</idl>. | ||
Latest revision as of 10:25, 14 May 2009
 
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). | 

