FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.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