Returns or sets a value that determines whether text within a cell should be broken between words if a word would extend past the edge of the cell. Return characters – Chr(13) – also force line breaks.
object.WordWrap [= boolean ]
The WordWrap property syntax has these parts:
| Part | Description |
|---|---|
| object | An object expression that evaluates to an object. |
| boolean | Determines if the text within a cell wraps. This property is False by default. |
Grid can display text slightly faster if you set WordWrap to False.