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

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

interface XUniqueCellFormatRangesSupplier

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

getUniqueCellFormatRanges returns the collection of cell formats.

Methods' Details

getUniqueCellFormatRanges
 
com::sun::star::container::XIndexAccess
getUniqueCellFormatRanges();
Description
returns the collection of cell formats.

Every different cell format is represented by a SheetCellRanges object.


Top of Page