AfterDropRangeEventArgs Properties
Provides data for the SpreadsheetControl.AfterDropRange event.Name | Description |
---|---|
OperationType | Gets the type of the drag-and-drop operation a user performed over a cell range. |
SourceRange | Returns a cell range a user moved or copied to a new location. |
TargetRange | Returns a cell range into which data was pasted. |
See Also