service DatabaseRange in module com::sun::star::sheet::

(Global Index)

Syntax

service DatabaseRange;

Description

a database range.

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.


Property 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.

Property Details



MoveCells

Syntax

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

Syntax

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

Syntax

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