ComponentOne FlexGrid for WinForms
Bottom Property (Row)

C1.Win.C1FlexGrid Namespace > Row Class : Bottom Property
Gets the position of the bottom of this row, in pixels, relative to the grid.
Syntax
'Declaration
 
Public ReadOnly Property Bottom As Integer
public int Bottom {get;}
Remarks
The value returned corresponds to the sum of the Top and HeightDisplay properties.
See Also

Reference

Row Class
Row Members