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

(Global Index)

Syntax

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

Description

provides a collection of cell formats.

Method Summary

getCellFormatRanges returns the collection of cell formats.

Method Details



getCellFormatRanges

Syntax

com::sun::star::container::XIndexAccess getCellFormatRanges ();

Description

returns the collection of cell formats.

See also

CellFormatRanges
Top of Page