Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DragDropBlockEventArgs Class / DestinationRowEnd Property


In This Topic
    DestinationRowEnd Property (DragDropBlockEventArgs)
    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 DragDropBlockEventArgs
    Dim value As Integer
     
    value = instance.DestinationRowEnd
    public int DestinationRowEnd {get;}
    See Also