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

RangeCopyingEventArgs.Range Property

Gets or sets a cell range from which data is being copied.

Namespace: DevExpress.Spreadsheet

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

Declaration

public CellRange Range { get; set; }

Property Value

Type Description
CellRange

A CellRange object that specifies the cell range to be copied.

See Also