Back to Devexpress

RangeCopiedEventArgs.RangeReference Property

officefileapi-devexpress-dot-spreadsheet-dot-rangecopiedeventargs-033dd366.md

latest1.2 KB
Original Source

RangeCopiedEventArgs.RangeReference Property

Gets the reference to the cell range from which data has been copied.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public string RangeReference { get; }
vb
Public ReadOnly Property RangeReference As String

Property Value

TypeDescription
String

A String value that specifies a cell reference to the copied cell range.

|

See Also

RangeCopiedEventArgs Class

RangeCopiedEventArgs Members

DevExpress.Spreadsheet Namespace