BeforeDragRangeEventArgs Properties
Provides data for the SpreadsheetControl.BeforeDragRange event.Name | Description |
---|---|
Cancel | Gets or sets whether to cancel the drag-and-drop or fill operation for the selected cell range. |
DataTransferMode | Returns the operation type a user performs on the selected cells. |
Range | Returns a cell range a user starts to drag. |
See Also