interface XUniqueCellFormatRangesSupplier in module com::sun::star::sheet::

(Global Index)

Syntax

interface XUniqueCellFormatRangesSupplier : com::sun::star::uno::XInterface ;

Description

provides a collection of cell formats.

Method Summary

getUniqueCellFormatRanges returns the collection of cell formats.

Method Details



getUniqueCellFormatRanges

Syntax

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