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

Properties' Summary
[ readonly ] long
TokenIndex
[ OPTIONAL ]
returns the index used to refer to this name in token arrays.  
Properties' Details
TokenIndex
[ readonly ] long TokenIndex;
Usage Restrictions
optional
Description
returns the index used to refer to this name in token arrays.

A token describing a defined name shall contain the op-code OPCODE_NAME and this index as data part.

See also
FormulaToken, FormulaMapGroupSpecialOffset::NAME

 
Top of Page