WrapAroundText Property

Microsoft Word Visual Basic

expression.WrapAroundText

expression    Required. An expression that returns a Rows object.

Remarks

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