service NamedRange in module com::sun::star::sheet::

(Global Index)

Syntax

service NamedRange;

Description

a range which can be addressed by a name.

Exported Interfaces

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

Description

represents a named range.


com::sun::star::container::XNamed

Description

specifies the name of the object.


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

Description

allows direct access to the cells in a named range or to the cells which are visible in a view, without the need to get the document object first.


Top of Page