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

BeforeDragRangeEventArgs.Range Property

Returns a cell range a user starts to drag.

Namespace: DevExpress.XtraSpreadsheet

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

Declaration

public CellRange Range { get; }

Property Value

Type Description
CellRange

A cell range that a user is about to drag and drop or extend.

See Also