ASP.NET MVC Controls | ComponentOne
In This Topic
    AutoFilledEventArgs Class
    In This Topic
    File
    wijmo.grid.sheet.js
    Module
    wijmo.grid.sheet
    Base Class
    EventArgs

    Provides arguments for the autoFilled event.

    Constructor

    Properties

    Events

    Constructor

    constructor

    constructor(range: CellRange, operation: AutoFillOperation): AutoFilledEventArgs
    

    Initializes a new instance of the AutoFilledEventArgs class.

    Parameters
    • range: CellRange

      Range of cells affected by the event.

    • operation: AutoFillOperation

      The auto-fill operation.

    Returns
    AutoFilledEventArgs

    Properties

    operation

    Gets the auto-fill operation.

    Type
    AutoFillOperation

    range

    Gets the CellRange affected by this event.

    Type
    CellRange

    Events

     

    Static empty

    Provides a value to use with events that do not have event data.

    Inherited From
    EventArgs
    Arguments
    EventArgs