Back to Devexpress

ISpreadsheetComponent.ClipboardDataPasted Event

officefileapi-devexpress-dot-spreadsheet-dot-ispreadsheetcomponent-70d433da.md

latest1.7 KB
Original Source

ISpreadsheetComponent.ClipboardDataPasted Event

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

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
event ClipboardDataPastedEventHandler ClipboardDataPasted
vb
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.

See Also

ISpreadsheetComponent Interface

ISpreadsheetComponent Members

DevExpress.Spreadsheet Namespace