:: 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
string
InitialValue
contains the initial value for the range descriptor.  
string
Title
contains a title for the operation.  
boolean
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