Back to Devexpress

AfterFillRangeEventArgs.SourceRange Property

officefileapi-devexpress-dot-xtraspreadsheet-dot-afterfillrangeeventargs.md

latest1.2 KB
Original Source

AfterFillRangeEventArgs.SourceRange Property

Returns a cell range based on which a user filled cells in the target range.

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

AfterFillRangeEventArgs Class

AfterFillRangeEventArgs Members

DevExpress.XtraSpreadsheet Namespace