Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ScrollTipFetchEventArgs Class / Row Property


In This Topic
    Row Property (ScrollTipFetchEventArgs)
    In This Topic
    Gets the new top row index. If the user changes the horizontal scrollbar, this value is -1.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Row As Integer
    'Usage
     
    
    Dim instance As ScrollTipFetchEventArgs
    Dim value As Integer
     
    value = instance.Row
    public int Row {get;}
    See Also