Back to Devexpress

CopiedRangePastingEventArgs.Cancel Property

officefileapi-devexpress-dot-spreadsheet-dot-copiedrangepastingeventargs-4f03a006.md

latest1.2 KB
Original Source

CopiedRangePastingEventArgs.Cancel Property

Gets or sets a value indicating whether the operation of pasting data should be canceled.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public bool Cancel { get; set; }
vb
Public Property Cancel As Boolean

Property Value

TypeDescription
Boolean

true , to cancel the paste operation; otherwise, false.

|

See Also

CopiedRangePastingEventArgs Class

CopiedRangePastingEventArgs Members

DevExpress.Spreadsheet Namespace