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


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