:: 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
Spreadsheets - Equally Formatted Cell Ranges - Cell Format Ranges

Exported Interfaces - Summary
::com::sun::star::container::XIndexAccess

provides methods to access the contained cell ranges by index. (details)

::com::sun::star::container::XEnumerationAccess

creates an enumeration of all cell ranges. (details)

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

 
Top of Page