Rows.WrapAroundText Property

Definition

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.

Applies to