Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DragFillBlockEventArgs Class / RowEnd Property


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