Skip to main content
All docs
V26.1
  • BeforeFillRangeEventArgs.OperationType Property

    Gets the fill operation type.

    Namespace: DevExpress.XtraSpreadsheet

    Assembly: DevExpress.Spreadsheet.v26.1.Core.dll

    NuGet Package: DevExpress.Spreadsheet.Core

    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.

    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