Spread Windows Forms 12.0 Product Documentation
DragDropBlockEventArgs Class Members
Properties 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : DragDropBlockEventArgs Class

The following tables list the members exposed by DragDropBlockEventArgs.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyGets or sets whether the source range is copied or moved.  
Public PropertyGets or sets whether the copying or moving of data is cancelled.  
Public PropertyGets the column index of the top left cell of the source range (being dragged).  
Public PropertyGets the column index of the bottom right cell of the source range (being dragged).  
Public PropertyGets or sets whether data or formatting (or both) is copied or moved.  
Public PropertyGets the column index of the top left cell of the destination range (where selection is dropped).  
Public PropertyGets the column index of the bottom right cell of the destination range (where selection is dropped).  
Public PropertyGets the row index of the top left cell of the destination range (where selection is dropped).  
Public PropertyGets the row index of the bottom right cell of the destination range (where selection is dropped).  
Public PropertyGets whether the destination range contains data (that is overwritten).  
Public PropertyGets the row index of the top left cell of the source range (being dragged).  
Public PropertyGets the row index of the bottom right cell of the source range (being dragged).  
Top
See Also

Reference

DragDropBlockEventArgs Class
FarPoint.Win.Spread Namespace
DragDropBlock Event

User-Task Documentation

Using Drag Operations to Fill Cells
Managing Events from User Actions