Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

service DatabaseRange

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


Exported Interfaces

com::sun::star::sheet::XDatabaseRange
Description
represents a cell range for which data operations are defined.
com::sun::star::sheet::XCellRangeReferrer
Description
allows direct access to the cells in a named range or to the cells which are visible in a view, without the need to get the document object first.
com::sun::star::beans::XPropertySet
Description
provides information about and access to the properties from an implementation.
com::sun::star::container::XNamed
Description
specifies the name of the object.

Properties' Summary

MoveCells if this property is set, columns or rows are inserted or deleted when the size of the range is changed by an update operation.
KeepFormats if this property is set, cell formats are extended when the size of the range is changed by an update operation.
StripData if this property is set, the cell contents within the database range are left out when the document is saved.

Properties' Details

MoveCells
 
boolean MoveCells;
Description
if this property is set, columns or rows are inserted or deleted when the size of the range is changed by an update operation.
KeepFormats
 
boolean KeepFormats;
Description
if this property is set, cell formats are extended when the size of the range is changed by an update operation.
StripData
 
boolean StripData;
Description
if this property is set, the cell contents within the database range are left out when the document is saved.

Top of Page