# GrapeCity.Documents.Word.TablePosition.AllowOverlap

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_TablePosition_AllowOverlap_" data-uid="GrapeCity.Documents.Word.TablePosition.AllowOverlap*">AllowOverlap Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_TablePosition_AllowOverlap_" data-uid="GrapeCity.Documents.Word.TablePosition.AllowOverlap*"></a>
<h4 id="GrapeCity_Documents_Word_TablePosition_AllowOverlap" data-uid="GrapeCity.Documents.Word.TablePosition.AllowOverlap">AllowOverlap</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether the current table shall allow other floating tables to overlap its extents when the tables are displayed in a document.
If true, then no adjustment shall be made to prevent tables whose properties would normally cause them to overlap from overlapping when displayed.
If false, then the tables shall be adjusted as needed to prevent them from overlapping when displayed by adjusting the floating table properties as needed.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool AllowOverlap { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property AllowOverlap As Boolean</code></pre>
</div>
</div>
