FlexGrid for WinForms
BottomRow Property (C1FlexGridBase)



Gets the last visible row in the scrollable area.
Syntax
'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();
}
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 C1.Win.C1FlexGrid.Util.BaseControls.ScrollableControl.ScrollPosition properties.

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

Requirements

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

See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback