WrapFormat.AllowOverlap Property
Returns or sets a value that specifies whether a given shape can overlap other shapes. Can be set to either True or False.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property AllowOverlap As Integer
Get
Set
'Usage
Dim instance As WrapFormat
Dim value As Integer
value = instance.AllowOverlap
instance.AllowOverlap = value
int AllowOverlap { get; set; }
Property Value
Type: System.Int32
Remarks
Because HTML doesn't support overlapping tables or shapes, AllowOverlap is ignored in Web layout view.