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


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