Share via


RowHeight Property (ModHFGrid)

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Returns or sets the height of the specified row in logical twips. This property is not available at design time.

Syntax

object.RowHeight(number) [=value]

The RowHeight property syntax has these parts:

Part Description
object An object expression that evaluates to the ModHFGrid Control object.
number An integer that sets the number of the row in the ModHFGrid or -1 to set all rows at once.
value A single numeric expression that specifies the height of the row in twips.

Remarks

You can set RowHeight to 0 to create invisible rows or to – 1 to reset the row height to its default value. The default row height varies according to the current font size.

The RowHeight property is independent of the form's scale mode.

See Also

RowHeightMin Property (ModHFGrid) | ModHFGrid Control