Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ErrorEventArgs Class / Row2 Property


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