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

service DatabaseRange
Description
represents a database range in a spreadsheet document.

A database range is a name for a cell range that also stores filtering, sorting, subtotal and data import settings and options.

See also
DatabaseRanges
Developers Guide
8.3.5 Spreadsheet Documents - Working with Spreadsheet Documents - Database Operations

Exported Interfaces
XDatabaseRange
Description
provides access to the settings of the database range.
XCellRangeReferrer
Description
provides access to the cell range object referred by this named range.
::com::sun::star::beans::XPropertySet
Description
provides access to the properties.
::com::sun::star::container::XNamed
Description
provides access to the name of the database range.
Properties' Summary
MoveCells specifies whether columns or rows are inserted or deleted when the size of the range is changed by an update operation.
KeepFormats specifies whether cell formats are extended when the size of the range is changed by an update operation.
StripData specifies whether cell contents within the database range are left out when the document is saved.
Properties' Details
MoveCells
boolean MoveCells;
Description
specifies whether columns or rows are inserted or deleted when the size of the range is changed by an update operation.
KeepFormats
boolean KeepFormats;
Description
specifies whether cell formats are extended when the size of the range is changed by an update operation.
StripData
boolean StripData;
Description
specifies whether cell contents within the database range are left out when the document is saved.

 
Top of Page