LibreOffice
LibreOffice 24.2 SDK API Reference
|
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... | |
contains the arguments for starting the range selection.
|
property |
specifies if the range selection is finished when the mouse button is released, after selecting cells.
|
property |
contains the initial value for the range descriptor.
|
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
.
|
property |
contains a title for the operation.