FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : DragDropBlockEventArgs Class |
The following tables list the members exposed by DragDropBlockEventArgs.
Name | Description | |
---|---|---|
DragDropBlockEventArgs Constructor | Overloaded. |
Name | Description | |
---|---|---|
Action | Gets or sets whether the source range is copied or moved. | |
Cancel | Gets or sets whether the copying or moving of data is cancelled. | |
ColumnBegin | Gets the column index of the top left cell of the source range (being dragged). | |
ColumnEnd | Gets the column index of the bottom right cell of the source range (being dragged). | |
DataOnly | Gets or sets whether data or formatting (or both) is copied or moved. | |
DestinationColumnBegin | Gets the column index of the top left cell of the destination range (where selection is dropped). | |
DestinationColumnEnd | Gets the column index of the bottom right cell of the destination range (where selection is dropped). | |
DestinationRowBegin | Gets the row index of the top left cell of the destination range (where selection is dropped). | |
DestinationRowEnd | Gets the row index of the bottom right cell of the destination range (where selection is dropped). | |
Overwrite | Gets whether the destination range contains data (that is overwritten). | |
RowBegin | Gets the row index of the top left cell of the source range (being dragged). | |
RowEnd | Gets the row index of the bottom right cell of the source range (being dragged). |
DragDropBlockEventArgs Class
FarPoint.Win.Spread Namespace
DragDropBlock Event
Using Drag Operations to Fill Cells
Managing Events from User Actions