Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


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

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.
Description
provides access to the members in a collection user defined named ranges with duplicate names and to insert and remove them.
See also
com::sun::star::sheet::NamedRanges2, com::sun::star::sheet::NamedRange2

Methods' Summary
addNewByScopeName  
removeByScopeName  
hasByScopeName  
getByScopeName  
getElementScopeNames  
Methods' Details
addNewByScopeName
void
addNewByScopeName( [in] string  aScopeName,
[in] string  aRangeName,
[in] string  aContent,
[in] ::com::sun::star::table::CellAddress  aPosition,
[in] long  nType );

removeByScopeName
void
removeByScopeName( [in] string  aScopeName,
[in] string  aRangeName );

hasByScopeName
boolean
hasByScopeName( [in] string  aScopeName,
[in] string  aRangeName );

getByScopeName
any
getByScopeName( [in] string  aScopeName,
[in] string  aRangeName )
raises( ::com::sun::star::container::NoSuchElementException,
::com::sun::star::lang::WrappedTargetException );

getElementScopeNames
sequence< RangeScopeName >
getElementScopeNames();

Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.