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


In This Topic
    RowBegin Property (DragDropBlockCompletedEventArgs)
    In This Topic
    Gets the row index of the top left cell of the source range (being dragged).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RowBegin As Integer
    'Usage
     
    
    Dim instance As DragDropBlockCompletedEventArgs
    Dim value As Integer
     
    value = instance.RowBegin
    public int RowBegin {get;}
    See Also