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

BeforeFillRangeEventArgs.OperationType Property

Gets the fill operation type.

Namespace: DevExpress.XtraSpreadsheet

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

Declaration

public FillOperationType OperationType { get; set; }

Property Value

Type Description
FillOperationType

A FillOperationType enumeration value that specifies whether a user copies source cells or fills the adjacent cells with data based on values in the source range.

See Also