FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / Row Class / Bottom Property

In This Topic
    Bottom Property (Row)
    In This Topic
    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