LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
RangeSelectionArguments Service Referencepublished

contains the arguments for starting the range selection. More...

import"RangeSelectionArguments.idl";

Public Attributes

string InitialValue
 contains the initial value for the range descriptor. More...
 
string Title
 contains a title for the operation. More...
 
boolean CloseOnMouseRelease
 specifies if the range selection is finished when the mouse button is released, after selecting cells. More...
 
boolean SingleCellMode
 specifies if the range selection is limited to a single cell only. More...
 

Detailed Description

contains the arguments for starting the range selection.

See also
com::sun::star::sheet::XRangeSelection
Developers Guide
Spreadsheet Documents - Range Selection

Member Data Documentation

◆ CloseOnMouseRelease

boolean CloseOnMouseRelease
property

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

◆ InitialValue

string InitialValue
property

contains the initial value for the range descriptor.

◆ SingleCellMode

boolean SingleCellMode
optionalproperty

specifies if the range selection is limited to a single cell only.

If TRUE, the selection is restricted to a single cell. If FALSE, multiple adjoining cells can be selected. The default value is FALSE.

Since
OOo 2.0.3

◆ Title

string Title
property

contains a title for the operation.


The documentation for this service was generated from the following file: