# GrapeCity.Documents.Word.ContentControl.AllowInsertDeleteSection

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_ContentControl_AllowInsertDeleteSection_" data-uid="GrapeCity.Documents.Word.ContentControl.AllowInsertDeleteSection*">AllowInsertDeleteSection Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_ContentControl_AllowInsertDeleteSection_" data-uid="GrapeCity.Documents.Word.ContentControl.AllowInsertDeleteSection*"></a>
<h4 id="GrapeCity_Documents_Word_ContentControl_AllowInsertDeleteSection" data-uid="GrapeCity.Documents.Word.ContentControl.AllowInsertDeleteSection">AllowInsertDeleteSection</h4>
<div class="markdown level1 summary"><p>Gets or sets whether to allow the insertion of new or deletion of old content control with type <a class="xref" href="GrapeCity.Documents.Word.ContentControlType.html#GrapeCity_Documents_Word_ContentControlType_RepeatingSectionItem">RepeatingSectionItem</a> contained within this content control
except when needed to maintain the numerical relation between the number of elements matched through data binding and the number of child content controls contained.
This property has effect only for content controls with type <a class="xref" href="GrapeCity.Documents.Word.ContentControlType.html#GrapeCity_Documents_Word_ContentControlType_RepeatingSection">RepeatingSection</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool AllowInsertDeleteSection { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property AllowInsertDeleteSection As Boolean</code></pre>
</div>
</div>
