Rows.WrapAroundText property (Word)

Returns or sets whether text should wrap around the specified rows. Read/write Long.

Syntax

expression. WrapAroundText

expression An expression that returns a 'Rows' object.

Remarks

Returns wdUndefined if only some of the specified rows have wrapping enabled. Can be set to True or False. Setting the WrapAroundText property to False also sets the AllowOverlap property to False. Setting the AllowOverlap property to True also sets the WrapAroundText property to True.

Example

This example sets Microsoft Word to wrap text around the first table in the document.

ActiveDocument.Tables(1).Rows.WrapAroundText = True

See also

Rows Collection Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.