ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.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