Rows.WrapAroundText Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether text should wrap around the specified rows.
public:
property int WrapAroundText { int get(); void set(int value); };
public int WrapAroundText { get; set; }
member this.WrapAroundText : int with get, set
Public Property WrapAroundText As Integer
Property Value
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.