Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XCellFormatRangesSupplier

Base Interface
com::sun::star::uno::XInterface

Description
provides a collection of cell formats.


Known Services which Export this Interface

com::sun::star::sheet::SheetCellRange represents a rectangular range of cells in a spreadsheet document.

Methods' Summary

getCellFormatRanges returns the collection of cell formats.

Methods' Details

getCellFormatRanges
 
com::sun::star::container::XIndexAccess
getCellFormatRanges();
Description
returns the collection of cell formats.
See also
com::sun::star::sheet::CellFormatRanges

Top of Page