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


In This Topic
    Row Property (TableItemChangingEventArgs)
    In This Topic
    Gets the row.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Row As Integer
    'Usage
     
    
    Dim instance As TableItemChangingEventArgs
    Dim value As Integer
     
    value = instance.Row
    public int Row {get;}
    See Also