Skip to main content
Row

Workbook.CopiedRangePasted Event

Occurs after the range content has been pasted into target cells.

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.v23.2.dll

NuGet Package: DevExpress.Document.Processor

Declaration

public event CopiedRangePastedEventHandler CopiedRangePasted

Event Data

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

Property Description
SourceRange Gets a cell range from which the data has been copied.
TargetRange Gets a cell range into which the data has been pasted.

Implements

See Also