constructor(draggingRange: CellRange, isDraggingRows: boolean, isShiftKey: boolean): DraggingRowColumnEventArgs
Initializes a new instance of the DraggingRowColumnEventArgs class.
The dragging cells range.
Indicates whether the dragging event is triggered due to dragging rows or columns.
Indicates whether the shift key is pressed when dragging.
Gets a value indicating whether the event refers to dragging rows or columns.
Provides arguments for the draggingRowColumn event.