Difference between revisions of "Documentation/DevGuide/Spreadsheets/Properties of SheetCell"

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 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>.
  
Line 32: Line 33:
  
 
{{PDL1}}
 
{{PDL1}}
[[Category: Spreadsheet Documents]]
+
 
 +
[[Category:Documentation/Developer's Guide/Spreadsheet Documents]]

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

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.
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

ConditionalFormatLocal

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

ValidationLocal

Used to access data validation. See Data Validation for details.
Content on this page is licensed under the Public Documentation License (PDL).
Personal tools
In other languages