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

service UniqueCellFormatRanges
Description
represents a collection of equal-formatted cell range collections.

All cells inside a cell range collection (a member of this collection) have the same formatting attributes.

See also
SheetCellRange, SheetCellRanges, CellFormatRanges
Developers Guide
9.3.2 Spreadsheet Documents - Working with Spreadsheet Documents - Formatting - Equally Formatted Cell Ranges - Unique Cell Format Ranges

Exported Interfaces
::com::sun::star::container::XIndexAccess
Description
provides methods to access the contained cell range collections by index.
::com::sun::star::container::XEnumerationAccess
Description
creates an enumeration of all cell range collections.

 
Top of Page