copy

Fired when a range of a sheet is about to be copied.

Event Data

e.sender kendo.ui.Spreadsheet

The widget instance which fired the event.

e.range kendo.spreadsheet.Range

The Range that is selected and about to be copied.

e.preventDefault Function

If invoked the range data will not be retained in the clipboard.

In this article