| GrapeCity.Xaml.SpreadSheet.UI Namespace : DragDropBlockCompletedEventArgs Class | 
For a list of all members of this type, see DragDropBlockCompletedEventArgs members.
| Name | Description | |
|---|---|---|
|  | ColumnCount | Gets the column count of the cell range being dragged. | 
|  | Copy | Gets whether the source range is copied. | 
|  | CopyOption | Gets the CopyOption value for the drag and drop operation. | 
|  | FromColumn | Gets the column index of the top left cell of the source range (range being dragged). | 
|  | FromRow | Gets the row index of the top left cell of the source range (range being dragged). | 
|  | Insert | Gets whether the source range is inserted. | 
|  | RowCount | Gets the row count of the cell range being dragged. | 
|  | ToColumn | Gets the column index of the bottom right cell of the destination range (where selection is dropped). | 
|  | ToRow | Gets the row index of the top left cell of the destination range (where selection is dropped). |