Share via


WordWrap 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 a value that determines whether a cell displays multiple lines of text or one long line of text.

Note   Return characters, such as Chr(13), also force line breaks.

Syntax

object.WordWrap [=Boolean]

The WordWrap property syntax has these parts:

Part Description
object An object expression that evaluates to the ModHFGrid Control object.
Boolean A Boolean expression that specifies whether the text within a cell wraps.

Settings

The settings for Boolean are:

Part Description
True The cell text displays with multiple, wrapping lines of text.
False The cell text displays as one long line of text. This is the default.

Remarks

The ModHFGrid displays text slightly faster when WordWrap is set to False.

See Also

ModHFGrid Control