Provides arguments for the beginDroppingRowColumn event.
constructor(droppingRange: CellRange, isDroppingRows: boolean): DroppingRowColumnEventArgs
Initializes a new instance of the DroppingRowColumnEventArgs class.
The dropping cells range.
Indicates whether the dropping event is triggered due to dropping rows or columns.
Gets or sets a value that indicates whether the event should be canceled.
Gets a value indicating whether the event refers to dropping rows or columns.
Provides a value to use with events that do not have event data.