ASP.NET Core MVC Controls | ComponentOne
In This Topic
    DroppingRowColumnEventArgs Class
    In This Topic
    File
    wijmo.grid.sheet.js
    Module
    wijmo.grid.sheet
    Base Class
    CancelEventArgs

    Provides arguments for the beginDroppingRowColumn event.

    Constructor

    Properties

    Events

    Constructor

    constructor

    constructor(droppingRange: CellRange, isDroppingRows: boolean): DroppingRowColumnEventArgs
    

    Initializes a new instance of the DroppingRowColumnEventArgs class.

    Parameters
    • droppingRange: CellRange

      The dropping cells range.

    • isDroppingRows: boolean

      Indicates whether the dropping event is triggered due to dropping rows or columns.

    Returns
    DroppingRowColumnEventArgs

    Properties

    cancel

    Gets or sets a value that indicates whether the event should be canceled.

    Inherited From
    CancelEventArgs
    Type
    boolean

    droppingRange

    Gets the dragging cells range.

    Type
    CellRange

    isDroppingRows

    Gets a value indicating whether the event refers to dropping rows or columns.

    Type
    boolean

    Events

     

    Static empty

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

    Inherited From
    EventArgs
    Arguments
    EventArgs