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

interface XCellFormatRangesSupplier
Description
provides access to a collection of equal-formatted cell ranges.
See also
SheetCellRange, SheetCellRanges

Methods' Summary
getCellFormatRanges returns a collection of equal-formatted cell ranges.  
Methods' Details
getCellFormatRanges
::com::sun::star::container::XIndexAccess
getCellFormatRanges();

Description
returns a collection of equal-formatted cell ranges.

Each cell of the original range is contained in one of the ranges (even unformatted cells). If there is a non-rectangular equal-formatted cell area, it will be split into several rectangular ranges.

Returns
the collection of equal-formatted cell ranges.
See also
CellFormatRanges
Top of Page