Occurs when the user double taps with the mouse or a finger.
Object.defineProperty(SheetEditorInteractiveService.prototype,'doubleTap',
get: function(),
set: function(value)
)
The DoubleTap event will fire when any of the following occurs:
Use this event to implement advanced features such as quick cell editing.
Parameter | Type | Description |
---|---|---|
sender | var | The source of the event |
e | SheetEditorInteractiveEventArgs | The event data |
SheetEditorInteractiveService Class