Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XDatabaseRanges

Base Interface
com::sun::star::container::XNameAccess

Description
provides functions to manage a collection of database ranges.
See also
com::sun::star::sheet::DatabaseRanges


Known Services which Export this Interface

com::sun::star::sheet::DatabaseRanges a collection of database ranges.

Methods' Summary

addNewByName adds a new database range to the collection.
removeByName removes a database range from the collection.

Methods' Details

addNewByName
 
void
addNewByName(
[ in ] string aName,
[ in ] com::sun::star::table::CellRangeAddress aRange );

Description
adds a new database range to the collection.
removeByName
 
void
removeByName(
[ in ] string aName );

Description
removes a database range from the collection.

Top of Page