Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ChangeEventArgs Class / Row Property


In This Topic
    Row Property (ChangeEventArgs)
    In This Topic
    Gets the row index of the cell that is changed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Row As Integer
    'Usage
     
    
    Dim instance As ChangeEventArgs
    Dim value As Integer
     
    value = instance.Row
    public int Row {get;}
    See Also