Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

ISpreadsheetComponent.CopiedRangePasted Event

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

Namespace: DevExpress.Spreadsheet

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

Declaration

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.
See Also