[]
        
(Showing Draft Content)

DraggingRowColumnEventArgs Class

DraggingRowColumnEventArgs Class

Provides arguments for the FlexSheet.draggingRowColumn event.

Heirarchy

Constructors

constructor

  • Initializes a new instance of the DraggingRowColumnEventArgs class.

    Parameters

    • draggingRange: CellRange

      The dragging cells range.

    • isDraggingRows: boolean

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

    • isShiftKey: boolean

      Indicates whether the shift key is pressed when dragging.

    Returns DraggingRowColumnEventArgs

Properties

draggingRange

draggingRange: CellRange

Gets the dragging cells range.

isDraggingRows

isDraggingRows: boolean

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

isShiftKey

isShiftKey: boolean

Gets a value indicating whether the shift key is pressed.

Static empty

empty: EventArgs

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