FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / UnboundValueEventArgs Class / Row Property

In This Topic
    Row Property (UnboundValueEventArgs)
    In This Topic
    Gets the row index for the cell that has an unbound value.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Row As Integer
    public int Row {get;}
    See Also