ComponentOne List for WinForms
C1.Win.C1List.ListBase Namespace / C1ListBase Class / TopIndex Property

In This Topic
    TopIndex Property (C1ListBase)
    In This Topic
    Returns or sets a value containing the bookmark for the first visible row in a list or split.
    Syntax
    'Declaration
     
    
    Public Property TopIndex As Integer
    public int TopIndex {get; set;}
    See Also