FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / CellRange Structure / TopRow Property

In This Topic
    TopRow Property
    In This Topic
    Gets the index of the top row in this CellRange.
    Syntax
    'Declaration
     
    Public ReadOnly Property TopRow As Integer
    public int TopRow {get;}
    Remarks
    This value is the lower of Row or Row2.
    See Also