Back to Devexpress

Workbook.CopiedRangePasted Event

officefileapi-devexpress-dot-spreadsheet-dot-workbook-b01ded0d.md

latest1.8 KB
Original Source

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

NuGet Package : DevExpress.Document.Processor

Declaration

csharp
public event CopiedRangePastedEventHandler CopiedRangePasted
vb
Public Event CopiedRangePasted As CopiedRangePastedEventHandler

Event Data

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

PropertyDescription
SourceRangeGets a cell range from which the data has been copied.
TargetRangeGets a cell range into which the data has been pasted.

Implements

CopiedRangePasted

See Also

Workbook Class

Workbook Members

DevExpress.Spreadsheet Namespace