[]
        
(Showing Draft Content)

C1.Win.FlexGrid.C1FlexGridBase.BottomRow

BottomRow Property

BottomRow

Gets the last visible row in the scrollable area.

Declaration
[Browsable(false)]
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 TopRow, LeftCol, and ScrollPosition properties.

To ensure that a cell is visible, use the ShowCell(int, int) method.