Skip to main content
A newer version of this page is available. .
Row

RangeCopiedEventArgs.RangeReference Property

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

Namespace: DevExpress.Spreadsheet

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

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