AfterFillRangeEventArgs.OperationType Property
Gets the type of the fill operation a user performed over a cell range.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
FillOperationType | A FillOperationType enumeration value that specifies whether a user copied source cells or filled cells with data based on values in the source range. |
Available values:
Name | Description |
---|---|
FillSeries | The target range is filled with data that follows a pattern or based on the source cells’ values. |
CopyCells | Cell values of the source range are copied and pasted into the target range. |
See Also