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

service NamedRanges
Description
represents a collection of named ranges 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::SpreadsheetDocument

Exported Interfaces
::com::sun::star::sheet::XNamedRanges
Description
provides access to the named ranges and to insert and remove them.
::com::sun::star::container::XIndexAccess
Description
provides access to the named ranges via index.
See also
::com::sun::star::sheet::NamedRange
::com::sun::star::container::XEnumerationAccess
Description
creates an enumeration of all named ranges.
See also
::com::sun::star::sheet::NamedRangesEnumeration

 
Top of Page