C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class : BottomRow Property |
'Declaration
<BrowsableAttribute(False)> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> Public ReadOnly Property BottomRow As Integer
'Usage
Dim instance As C1FlexGridBase Dim value As Integer value = instance.BottomRow
[Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public int BottomRow {get;}
[Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public: property int BottomRow { int get(); }
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 C1.Win.C1FlexGrid.Util.BaseControls.ScrollableControl.ScrollPosition properties.
To ensure that a cell is visible, use the ShowCell(Int32,Int32) method.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2