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

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial author Sun Microsystems, Inc.)
 
 
(4 intermediate revisions by 2 users not shown)
Line 7: Line 7:
 
|NextPage=Documentation/DevGuide/Spreadsheets/Capabilities of SheetCell
 
|NextPage=Documentation/DevGuide/Spreadsheets/Capabilities of SheetCell
 
}}
 
}}
{{DISPLAYTITLE:Capabilities of SheetCellRange}}
+
{{Documentation/DevGuideLanguages|Documentation/DevGuide/Spreadsheets/{{SUBPAGENAME}}}}
 +
{{DISPLAYTITLE:Capabilities of SheetCellRange}}
 
The spreadsheet, as well as the cell ranges in a spreadsheet are <idl>com.sun.star.sheet.SheetCellRange</idl> services. A <code>SheetCellRange</code> is a rectangular range of calculation cells that includes the following services:
 
The spreadsheet, as well as the cell ranges in a spreadsheet are <idl>com.sun.star.sheet.SheetCellRange</idl> services. A <code>SheetCellRange</code> is a rectangular range of calculation cells that includes the following services:
  
Line 28: Line 29:
 
* Merges cells into a single cell through <idl>com.sun.star.util.XMergeable</idl>.
 
* Merges cells into a single cell through <idl>com.sun.star.util.XMergeable</idl>.
 
* Sorts and filters the content of a <code>SheetCellRange</code>, using <idl>com.sun.star.util.XSortable</idl>, <idl>com.sun.star.sheet.XSheetFilterable</idl> and <idl>com.sun.star.sheet.XSheetFilterableEx</idl>.
 
* Sorts and filters the content of a <code>SheetCellRange</code>, using <idl>com.sun.star.util.XSortable</idl>, <idl>com.sun.star.sheet.XSheetFilterable</idl> and <idl>com.sun.star.sheet.XSheetFilterableEx</idl>.
* Provides its unique range address in the spreadsheet document, that is, the start column and row, end column and row, and the sheet where it is located. The [http://api.openoffice.org/docs/common/ref/com/sun/star/sheet/XCellRangeAddressable.html#getRangeAddress com.sun.star.sheet.XCellRangeAddressable:getRangeAddress]() returns the corresponding address description struct <idl>com.sun.star.table.CellRangeAddress</idl>.
+
* Provides its unique range address in the spreadsheet document, that is, the start column and row, end column and row, and the sheet where it is located. The <idlm>com.sun.star.sheet.XCellRangeAddressable:getRangeAddress</idlm>() returns the corresponding address description struct <idl>com.sun.star.table.CellRangeAddress</idl>.
 
* Charts can be based on a <code>SheetCellRange</code>, because it supports <idl>com.sun.star.chart.XChartDataArray</idl>.
 
* Charts can be based on a <code>SheetCellRange</code>, because it supports <idl>com.sun.star.chart.XChartDataArray</idl>.
  
 
{{PDL1}}
 
{{PDL1}}
[[Category: Spreadsheet Documents]]
+
 
 +
[[Category:Documentation/Developer's Guide/Spreadsheet Documents]]

Latest revision as of 15:16, 3 January 2021



The spreadsheet, as well as the cell ranges in a spreadsheet are com.sun.star.sheet.SheetCellRange services. A SheetCellRange is a rectangular range of calculation cells that includes the following services:

Services supported by SheetCellRange

The interfaces supported by a SheetCellRange are depicted in the following illustration:

SheetCellRange Interfaces

A SheetCellRange has the following capabilities:

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