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

service NamedRange
Description
represents a named range in a spreadsheet document.

In fact a named range is a named formula expression. A cell range address is one possible content of a named range.

See also
::com::sun::star::sheet::NamedRanges

Exported Interfaces
::com::sun::star::sheet::XNamedRange
Description
provides access to the settings of the named range.
::com::sun::star::sheet::XCellRangeReferrer
Description
provides access to the cell range object referred by this named range.

This works only, if the named range contains a single cell range address.


 
Top of Page