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

In This Topic
    Row Property (C1List)
    In This Topic
    Returns or sets the position of current list row relative to the first displayed row.
    Syntax
    'Declaration
     
    
    Public Property Row As Integer
    public int Row {get; set;}
    See Also