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

From Apache OpenOffice Wiki
Jump to: navigation, search
m (FINAL VERSION FOR L10N)
 
Line 9: Line 9:
 
{{Documentation/DevGuideLanguages|Documentation/DevGuide/Spreadsheets/{{SUBPAGENAME}}}}  
 
{{Documentation/DevGuideLanguages|Documentation/DevGuide/Spreadsheets/{{SUBPAGENAME}}}}  
 
  {{DISPLAYTITLE:Capabilities of SheetCell}}
 
  {{DISPLAYTITLE:Capabilities of SheetCell}}
A <idl>com.sun.star.sheet.SheetCell</idl> is the base unit of {{PRODUCTNAME}} Calc tables. Values, formulas and text required for calculation jobs are all written into sheet cells. The <code>SheetCell</code> includes the following services:
+
A <idl>com.sun.star.sheet.SheetCell</idl> is the base unit of {{AOo}} Calc tables. Values, formulas and text required for calculation jobs are all written into sheet cells. The <code>SheetCell</code> includes the following services:
  
 
[[Image:SheetCell.png|none|thumb|400px|SheetCell]]
 
[[Image:SheetCell.png|none|thumb|400px|SheetCell]]
Line 22: Line 22:
 
* A <code>SheetCell</code> is a special case of a <code>SheetCellRange</code>. As such, it has all capabilities of the <idl>com.sun.star.sheet.SheetCellRange</idl> described above.
 
* A <code>SheetCell</code> is a special case of a <code>SheetCellRange</code>. As such, it has all capabilities of the <idl>com.sun.star.sheet.SheetCellRange</idl> described above.
 
* It can have an annotation: <idl>com.sun.star.sheet.XSheetAnnotationAnchor</idl>.  
 
* It can have an annotation: <idl>com.sun.star.sheet.XSheetAnnotationAnchor</idl>.  
* It can provide its unique cell address in the spreadsheet document, that is, its column, row and the sheet it is located in. The [http://api.openoffice.org/docs/common/ref/com/sun/star/sheet/XCellAddressable.html#getCellAddress com.sun.star.sheet.XCellAddressable:getCellAddress]() returns the appropriate <idl>com.sun.star.table.CellAddress</idl> struct.
+
* It can provide its unique cell address in the spreadsheet document, that is, its column, row and the sheet it is located in. The <idlm>com.sun.star.sheet.XCellAddressable:getCellAddress</idlm>() returns the appropriate <idl>com.sun.star.table.CellAddress</idl> struct.
 
* It can be locked temporarily against user interaction with <idl>com.sun.star.document.XActionLockable</idl>.
 
* It can be locked temporarily against user interaction with <idl>com.sun.star.document.XActionLockable</idl>.
  

Latest revision as of 15:17, 3 January 2021



A com.sun.star.sheet.SheetCell is the base unit of Apache OpenOffice Calc tables. Values, formulas and text required for calculation jobs are all written into sheet cells. The SheetCell includes the following services:

SheetCell

The SheetCell exports the following interfaces:

SheetCell Interfaces

The SheetCell service has the following capabilities:

Content on this page is licensed under the Public Documentation License (PDL).
Personal tools
In other languages