:: 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
NamedRanges

Exported Interfaces
XNamedRange
Description
provides access to the settings of the named range.
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