Back to Devexpress

CopiedRangePastedEventArgs.TargetRange Property

officefileapi-devexpress-dot-spreadsheet-dot-copiedrangepastedeventargs-3dcb89e0.md

latest1.2 KB
Original Source

CopiedRangePastedEventArgs.TargetRange Property

Gets a cell range into which the data has been pasted.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public CellRange TargetRange { get; }
vb
Public ReadOnly Property TargetRange As CellRange

Property Value

TypeDescription
CellRange

A CellRange object that specifies the destination cell range.

|

See Also

CopiedRangePastedEventArgs Class

CopiedRangePastedEventArgs Members

DevExpress.Spreadsheet Namespace