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

(Global Index)

Syntax

service RangeSelectionArguments;

Description

contains the arguments for starting the range selection.

Property Summary

InitialValue contains the initial value for the range descriptor.

Title contains a title for the operation.

CloseOnMouseRelease specifies if the range selection is finished when the mouse button is released, after selecting cells.

Property Details



InitialValue

Syntax

string InitialValue;

Description

contains the initial value for the range descriptor.


Title

Syntax

string Title;

Description

contains a title for the operation.


CloseOnMouseRelease

Syntax

boolean CloseOnMouseRelease;

Description

specifies if the range selection is finished when the mouse button is released, after selecting cells.

Top of Page