Rows.AllowOverlap Property

Definition

Returns or sets a value that specifies whether the specified rows can overlap other rows.

public:
 property int AllowOverlap { int get(); void set(int value); };
public int AllowOverlap { get; set; }
member this.AllowOverlap : int with get, set
Public Property AllowOverlap As Integer

Property Value

Remarks

This property returns wdUndefined if the specified rows include both overlapping rows and non-overlapping rows.

The value of the property can be set to either True or False.

Setting AllowOverlap to True also sets WrapAroundText to True. Setting WrapAroundText to False also sets AllowOverlap to False.

Because HTML doesn't support overlapping tables or shapes, AllowOverlap is ignored in Web layout view.

Applies to