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

service DatabaseRanges
Description
represents a collection of database ranges in a spreadsheet document.
See also
SpreadsheetDocument
Developers Guide
Spreadsheets - Database Operations

Exported Interfaces - Summary
XDatabaseRanges

provides access to the database ranges and to insert and remove them.

::com::sun::star::container::XEnumerationAccess

creates an enumeration of all database ranges. (details)

::com::sun::star::container::XIndexAccess

provides access to the database ranges in the collection via index. (details)

Exported Interfaces - Details
XDatabaseRanges
Description
provides access to the database ranges and to insert and remove them.
::com::sun::star::container::XEnumerationAccess
Description
creates an enumeration of all database ranges.
See also
DatabaseRangesEnumeration
::com::sun::star::container::XIndexAccess
Description
provides access to the database ranges in the collection via index.
See also
DatabaseRange

 
Top of Page