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

AfterFillRangeEventArgs.OperationType Property

Gets the type of the fill operation a user performed over a cell range.

Namespace: DevExpress.XtraSpreadsheet

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

Declaration

public FillOperationType OperationType { get; }

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.

See Also