RowHeightMin

Returns or sets the minimum row height for the entire control, in twips.

Syntax

object.RowHeightMin [= value ]

The RowHeightMin property syntax has these parts:

Part Description
object An object expression that evaluates to an object.
value Single. A numeric expression specifying the minimum row height for Grid.

Remarks

Use this property if you wish to use small fonts but want the rows to be tall. Setting this property is sometimes easier than setting individual row heights with the RowHeight property.

RowHeight is independent of the form's scale mode.