:: 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.

Developers Guide
Spreadsheets - Equally Formatted Cell Ranges - Unique Cell Format Ranges

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

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

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

creates an enumeration of all cell range collections. (details)

Exported Interfaces - Details
::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