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

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

service SheetCellRanges

Description
represents a collection of cell ranges in a spreadsheet document.
See also
com::sun::star::sheet::SheetCellRange


Included Services

com::sun::star::table::CellProperties
Description
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::XIndent
Description
provides modifying the cell indentation.
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::chart::XChartDataArray
Description
provides modifying the source data cells of a chart and makes it possible to learn about changes in the cell values.
com::sun::star::sheet::XSheetCellRangeContainer
Description
provides methods to access cell ranges via index and to add and remove cell ranges.
com::sun::star::container::XEnumerationAccess
Description
creates an enumeration of all cell ranges.
See also
com::sun::star::sheet::CellRangesEnumeration
com::sun::star::container::XNameContainer
Description
provides access of the cell ranges via an user-defined name.

Later the range can be found, replaced or removed using that name.


Properties' Summary

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

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