Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DragDropBlockCompletedEventArgs Class
Properties


In This Topic
    DragDropBlockCompletedEventArgs Class Members
    In This Topic

    The following tables list the members exposed by DragDropBlockCompletedEventArgs.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new object with the DragDropBlockCompleted event arguments.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets whether the source range is copied or moved.  
    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 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