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

interface XCellFormatRangesSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XCellFormatRangesSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
provides access to a collection of equal-formatted cell ranges.
See also
::com::sun::star::sheet::SheetCellRange
See also
::com::sun::star::sheet::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
::com::sun::star::sheet::CellFormatRanges
Top of Page