AfterFillRangeEventArgs.OperationType Property
In This Article
Gets the type of the fill operation a user performed over a cell range.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
public FillOperationType OperationType { get; }
#Property Value
Type | Description |
---|---|
Fill |
A Fill |
Available values:
Name | Description |
---|---|
Fill |
The target range is filled with data that follows a pattern or based on the source cells’ values. |
Copy |
Cell values of the source range are copied and pasted into the target range. |
See Also