Back to Devexpress

BeforeFillRangeEventArgs.SourceRange Property

officefileapi-devexpress-dot-xtraspreadsheet-dot-beforefillrangeeventargs.md

latest1.2 KB
Original Source

BeforeFillRangeEventArgs.SourceRange Property

Returns a cell range based on which a user fills the adjacent cells.

Namespace : DevExpress.XtraSpreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public CellRange SourceRange { get; }
vb
Public ReadOnly Property SourceRange As CellRange

Property Value

TypeDescription
CellRange

The source cell range.

|

See Also

BeforeFillRangeEventArgs Class

BeforeFillRangeEventArgs Members

DevExpress.XtraSpreadsheet Namespace