Back to Devexpress

Workbook.ClipboardDataPasted Event

officefileapi-devexpress-dot-spreadsheet-dot-workbook-7b9f7ebe.md

latest2.0 KB
Original Source

Workbook.ClipboardDataPasted Event

Occurs after data has been pasted from the clipboard onto a worksheet.

You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this event in production code.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Docs.v25.2.dll

NuGet Package : DevExpress.Document.Processor

Declaration

csharp
public event ClipboardDataPastedEventHandler ClipboardDataPasted
vb
Public Event ClipboardDataPasted As ClipboardDataPastedEventHandler

Event Data

The ClipboardDataPasted event's data class is ClipboardDataPastedEventArgs. The following properties provide information specific to this event:

PropertyDescription
PictureIdGets the ID value of the inserted picture.
PictureNameGets the name of the inserted picture.
TargetRangeGets the cell range into which the data has been pasted.

Implements

ClipboardDataPasted

See Also

Workbook Class

Workbook Members

DevExpress.Spreadsheet Namespace