ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / CellRange Structure / BottomRow Property

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