Skip to main content
Row

RangeCopiedEventArgs.RangeReference Property

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

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public string RangeReference { get; }

Property Value

Type Description
String

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

See Also