RowHeightMin Property

Returns or sets the minimum row height, in twips.

Syntax

[form!]VSFlexGrid.RowHeightMin[ = value As Long ]

Remarks

Set this property to a non-zero value to set a minimum limit to row heights. This is often useful when you use the AutoSize method to automatically set row heights, to prevent some rows from becoming too short. This may also be useful when you want to use small fonts, but don't want the rows to become short.

See also the ColWidthMin, ColWidthMax, and RowHeightMax properties.

Data Type

Long

See Also

VSFlexGrid Control