Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DragDropBlockCompletedEventArgs Class / DestinationRowEnd Property


In This Topic
    DestinationRowEnd Property (DragDropBlockCompletedEventArgs)
    In This Topic
    Gets the row index of the bottom right cell of the destination range (where selection is dropped).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DestinationRowEnd As Integer
    'Usage
     
    
    Dim instance As DragDropBlockCompletedEventArgs
    Dim value As Integer
     
    value = instance.DestinationRowEnd
    public int DestinationRowEnd {get;}
    See Also