RowHeightMax Property

Returns or sets the maximum row height, in twips.

Syntax

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

Remarks

Set this property to a non-zero value to set a maximum 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 large.

See also the ColWidthMin, ColWidthMax, and RowHeightMin properties.

Data Type

Long

See Also

VSFlexGrid Control