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

unpublished interface XNamedRanges2
Base Interfaces
XNamedRanges2XNamedRanges
   ┗ ::com::sun::star::container::XNameAccess
      ┗ ::com::sun::star::container::XElementAccess

XNamedRanges
(referenced interface's summary:)
provides access to the members in a collection of named ranges and to insert and remove them.
Usage Restrictions
not published
Description
provides access to the members in a collection of named ranges and to insert and remove them.
See also
NamedRanges, NamedRange

Methods' Summary
addNewByNameAndTokens adds a new named range to the collection.  
Methods' Details
addNewByNameAndTokens
void
addNewByNameAndTokens( [in] string  aName,
[in] sequence< FormulaToken >  aTokens,
[inout] long  nIndex,
[in] long  nType,
[in] boolean  bShared );

Description
adds a new named range to the collection.
Top of Page