service SheetCellRange in module com::sun::star::sheet::

(Global Index)

Syntax

service SheetCellRange;

Description

an extension of the CellRange service for use in spreadsheet documents.

See also

CellRange

Included Services

com::sun::star::table::CellRange

Description

area of cells within a spreadsheet (table).


com::sun::star::style::CharacterProperties

com::sun::star::style::ParagraphProperties

Exported Interfaces

com::sun::star::util::XMergeable

Description

represents a range of cells that can be merged.


com::sun::star::table::XColumnRowRange

Description

enables accessing the columns and rows of a cell range.


com::sun::star::sheet::XArrayFormulaRange

Description

represents something (such as a cell range) that can contain an array formula.


com::sun::star::sheet::XCellRangeAddressable

Description

represents a cell range which can be addressed with a CellRangeAddress.


com::sun::star::sheet::XSheetOperation

Description

represents operations on a cell range or ranges.


com::sun::star::chart::XChartData

Description

offers the cell range for a chart. Makes it possible to learn about changes in the cell values.


Property Summary

Position contains the position of the range on the sheet.

Size contains the size of the range.

Property Details



Position

Syntax

[readonly] com::sun::star::awt::Point Position;

Description

contains the position of the range on the sheet.


Size

Syntax

[readonly] com::sun::star::awt::Size Size;

Description

contains the size of the range.

Top of Page