ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / BottomRow Property

In This Topic
    BottomRow Property (C1FlexPivotGrid)
    In This Topic
    Gets the last visible row in the scrollable area.
    Syntax
    'Declaration
     
    Public ReadOnly Property BottomRow As Integer
    public int BottomRow {get;}
    Remarks

    The index returned may correspond to a row that is only partially visible.

    This property is read-only. To scroll the contents of the grid, see the C1.Win.C1FlexGrid.C1FlexGridBase.TopRow, C1.Win.C1FlexGrid.C1FlexGridBase.LeftCol, and ScrollPosition properties.

    To ensure that a cell is visible, use the C1.Win.C1FlexGrid.C1FlexGridBase.ShowCell method.

    See Also