Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DragDropBlockEventArgs Class
Properties

In This Topic
    DragDropBlockEventArgs Class Members
    In This Topic

    The following tables list the members exposed by DragDropBlockEventArgs.

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