True DBGrid for WinForms | ComponentOne
C1.Win.TrueDBGrid.8 Assembly / C1.Win.TrueDBGrid Namespace / C1TrueDBGrid Class / FirstRow Property

In This Topic
    FirstRow Property (C1TrueDBGrid)
    In This Topic
    Gets or sets the row index for the first visible row in a grid or split.
    Syntax
    'Declaration
     
    Public Property FirstRow As System.Integer
    public System.int FirstRow {get; set;}
    See Also