Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SelectionChangingEventArgs Class / CurrentRow Property


In This Topic
    CurrentRow Property
    In This Topic
    Gets the row index of the cell that contains the mouse pointer.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CurrentRow As Integer
    'Usage
     
    
    Dim instance As SelectionChangingEventArgs
    Dim value As Integer
     
    value = instance.CurrentRow
    public int CurrentRow {get;}
    See Also