ComponentOne List for WinForms
C1.Win.C1List Namespace / UnboundColumnFetchEventArgs Class / Row Property

In This Topic
    Row Property (UnboundColumnFetchEventArgs)
    In This Topic
    The index of the row.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Row As Integer
    public int Row {get;}
    See Also