interface XDatabaseRanges in module com::sun::star::sheet::

(Global Index)

Syntax

interface XDatabaseRanges : com::sun::star::container::XNameAccess ;

Description

provides functions to manage a collection of database ranges.

See also

DatabaseRanges

Method Summary

addNewByName adds a new database range to the collection.

removeByName removes a database range from the collection.

Known Services Which Export this Interface

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

Method Details



addNewByName

Syntax

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

Description

adds a new database range to the collection.


removeByName

Syntax

void removeByName (
string aName );

Description

removes a database range from the collection.

Top of Page