Skip to main content
Row

RangeCopyingEventArgs.Range Property

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

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public CellRange Range { get; set; }

Property Value

Type Description
CellRange

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

See Also