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

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

service RangeSelectionArguments

Description
contains the arguments for starting the 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