Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

service SheetCellRange

Description
represents a rectangular range of cells in a spreadsheet document.

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



Included Services

com::sun::star::table::CellRange
Description
provides basic handling of cell ranges and contributes common cell formatting properties.
com::sun::star::style::CharacterProperties
Description
contributes properties for character formatting of Western text.
com::sun::star::style::CharacterPropertiesAsian
Description
contributes properties for character formatting of Asian text.
com::sun::star::style::CharacterPropertiesComplex
Description
contributes properties for character formatting of Complex text.
com::sun::star::style::ParagraphProperties
Description
contributes properties for paragraph formatting.
com::sun::star::sheet::SheetRangesQuery
Description
provides interfaces to find cells with specific properties.

Exported Interfaces

com::sun::star::util::XReplaceable
Description
provides "Find & Replace" functionality.

The property "SearchWords" has a different meaning in spreadsheets: If set to true , the spreadsheet searches for cells containing the serch text only.

com::sun::star::util::XMergeable
Description
provides merging and unmerging the cells of this cell range.
com::sun::star::util::XIndent
Description
provides modifying the cell indentation.
com::sun::star::table::XColumnRowRange
Description
provides access to the collections of columns and rows.
com::sun::star::table::XAutoFormattable
Description
provides applying an AutoFormat to the cell range.
com::sun::star::sheet::XSheetCellRange
Description
provides access to the spreadsheet that contains this cell range.
com::sun::star::sheet::XCellRangeData
Description
provides simultaneous access to the contents of all cells.
com::sun::star::sheet::XCellRangeAddressable
Description
provides access to the cell range address of this range.
com::sun::star::sheet::XSheetOperation
Description
provides computation of a value based on the contents of all cells of this range and to clear specific cells.
com::sun::star::sheet::XCellSeries
Description
provides filling out the cell range autometically with values based on a start value, step count and fill mode.
com::sun::star::sheet::XArrayFormulaRange
Description
provides handling of array formulas.
com::sun::star::sheet::XMultipleOperation
Description
provides access to the Multiple Operations feature.
com::sun::star::util::XSortable
Description
provides sorting functionality.
com::sun::star::util::XImportable
Description
provides functionality to import data from external data sources.
com::sun::star::sheet::XSubTotalCalculatable
Description
provides calculating SubTotal values in this range.
com::sun::star::sheet::XSheetFilterableEx
Description
provides filtering the contents of this range.
com::sun::star::sheet::XCellFormatRangesSupplier
Description
provide access to a collection of equal-formatted cell ranges.
com::sun::star::sheet::XUniqueCellFormatRangesSupplier
Description
provide access to a collection of equal-formatted cell ranges.
com::sun::star::chart::XChartDataArray
Description
provides modifying the source data cells of a chart and makes it possible to learn about changes in the cell values.

Properties' Summary

Position contains the position of the top left cell of this range in the sheet (in 1/100 mm).
Size contains the size of this range (in 1/100 mm).
ConditionalFormat contains the conditional formatting settings for this cell.
ConditionalFormatLocal [ OPTIONAL ]
contains the conditional formatting settings for this cell, using localized formulas.
Validation contains the data validation settings for this cell.
ValidationLocal [ OPTIONAL ]
contains the data validation settings for this cell, using localized formulas.

Properties' Details

Position
 
[ readonly ] com::sun::star::awt::Point Position;
Description
contains the position of the top left cell of this range in the sheet (in 1/100 mm).

This property contains the absolute position in the whole sheet, not the position in the visible area.

Size
 
[ readonly ] com::sun::star::awt::Size Size;
Description
contains the size of this range (in 1/100 mm).
ConditionalFormat
 
com::sun::star::sheet::XSheetConditionalEntries ConditionalFormat;
Description
contains the conditional formatting settings for this cell.
See also
com::sun::star::sheet::TableConditionalFormat
ConditionalFormatLocal
 
com::sun::star::sheet::XSheetConditionalEntries ConditionalFormatLocal;
[ OPTIONAL ]
Description
contains the conditional formatting settings for this cell, using localized formulas.
See also
com::sun::star::sheet::TableConditionalFormat
Validation
 
com::sun::star::beans::XPropertySet Validation;
Description
contains the data validation settings for this cell.
See also
com::sun::star::sheet::TableValidation
ValidationLocal
 
com::sun::star::beans::XPropertySet ValidationLocal;
[ OPTIONAL ]
Description
contains the data validation settings for this cell, using localized formulas.
See also
com::sun::star::sheet::TableValidation

Top of Page