Rows.WrapAroundText Property

Determines whether text should wrap around the specified rows.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property WrapAroundText As Integer
    Get
    Set
'Usage
Dim instance As Rows
Dim value As Integer

value = instance.WrapAroundText

instance.WrapAroundText = value
int WrapAroundText { get; set; }

Property Value

Type: System.Int32

Remarks

Returns wdUndefined if only some of the specified rows have wrapping enabled.

The property 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.

See Also

Reference

Rows Interface

Rows Members

Microsoft.Office.Interop.Word Namespace