Back to Devexpress

ISpreadsheetComponent.CopiedRangePasting Event

officefileapi-devexpress-dot-spreadsheet-dot-ispreadsheetcomponent-bc65ab2f.md

latest1.9 KB
Original Source

ISpreadsheetComponent.CopiedRangePasting Event

Occurs before the range content is pasted into target cells.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
event CopiedRangePastingEventHandler CopiedRangePasting
vb
Event CopiedRangePasting As CopiedRangePastingEventHandler

Event Data

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

PropertyDescription
CancelGets or sets a value indicating whether the operation of pasting data should be canceled.
IsCutGets or sets a value indicating whether the copied data is cut from the source range.
PasteSpecialFlagsGets or sets the part of copied data to be pasted into target range.
TargetRangeGets the cell range into which data are going to be pasted.

See Also

ISpreadsheetComponent Interface

ISpreadsheetComponent Members

DevExpress.Spreadsheet Namespace