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

service CellFormatRanges
Description
represents a collection of equal-formatted cell ranges.

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

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

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

 
Top of Page