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
|
|
Syntax
- void addNewByName
(
- string aName,
- com::sun::star::table::CellRangeAddress aRange );
Description
adds a new database range to the collection.
Syntax
- void removeByName
(
- string aName );
Description
removes a database range from the collection.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.