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

CopiedRangePastingEventArgs.TargetRange Property

Gets the cell range into which data are going to be pasted.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public Range TargetRange { get; }

Property Value

Type Description
Range

A Range object that specifies the destination cell range.

See Also