Provides arguments for the draggingRowColumn event.
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 a value to use with events that do not have event data.