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


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