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

service RangeSelectionArguments
Description
contains the arguments for starting the range selection.
See also
XRangeSelection
Developers Guide
8.5.4 Spreadsheet Documents - Spreadsheet Document Controller - Range Selection

Properties' 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.
Properties' Details
InitialValue
string InitialValue;
Description
contains the initial value for the range descriptor.
Title
string Title;
Description
contains a title for the operation.
CloseOnMouseRelease
boolean CloseOnMouseRelease;
Description
specifies if the range selection is finished when the mouse button is released, after selecting cells.

 
Top of Page