Difference between revisions of "Documentation/DevGuide/Spreadsheets/Cells"
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/Properties of SheetCell | |NextPage=Documentation/DevGuide/Spreadsheets/Properties of SheetCell | ||
| }} | }} | ||
| − | {{DISPLAYTITLE:Cells}} | + | {{Documentation/DevGuideLanguages|Documentation/DevGuide/Spreadsheets/{{SUBPAGENAME}}}}  | 
| + |  {{DISPLAYTITLE:Cells}} | ||
| <!--<idltopic>com.sun.star.sheet.SheetCell</idltopic>--> | <!--<idltopic>com.sun.star.sheet.SheetCell</idltopic>--> | ||
| A single cell of a spreadsheet is represented by the service <idl>com.sun.star.sheet.SheetCell</idl>. This service extends the service <idl>com.sun.star.table.Cell</idl>, that provides fundamental table cell functionality, such as setting formulas, values and text of a cell.   | A single cell of a spreadsheet is represented by the service <idl>com.sun.star.sheet.SheetCell</idl>. This service extends the service <idl>com.sun.star.table.Cell</idl>, that provides fundamental table cell functionality, such as setting formulas, values and text of a cell.   | ||
Latest revision as of 10:25, 14 May 2009
 
A single cell of a spreadsheet is represented by the service com.sun.star.sheet.SheetCell. This service extends the service com.sun.star.table.Cell, that provides fundamental table cell functionality, such as setting formulas, values and text of a cell. 
| Content on this page is licensed under the Public Documentation License (PDL). | 

