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

In This Topic
    Height Property (Row)
    In This Topic
    Gets or sets the height of this row, in pixels (the value -1 represents the default row height).
    Syntax
    'Declaration
     
    
    Public Property Height As Integer
    public int Height {get; set;}
    Remarks

    Setting this property to -1 causes the grid to use the default row height for this row (see the RowColCollection.DefaultSize property).

    Height returns the height assigned to the row even if the row is invisible, and returns -1 if the row has the default height. To obtain the actual display height of a row, use the HeightDisplay property.

    See Also