SpreadsheetDocumentField.Drag

Syntax:

Drag(<DragParameters>, <StandardProcessing>, <Area>)

Parameters:

<DragParameters>

Type: DragParameters.
Contains the value being dragged, type of action, and possible actions during drag.

<StandardProcessing>

Type: Boolean.
This parameter passes a flag indicating whether standard (system) processing of the event is performed. If it is set to False in the body of the handler procedure, standard processing will not occur.
Default value: True.

<Area>

Type: SpreadsheetDocumentRange.
Area below the object.

Description:

Occurs when drag ends in the target field of the spreadsheet document.

    

1C:Enterprise Developer's Community