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


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