# GrapeCity.Documents.Word.Style.AutomaticallyUpdate

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_Style_AutomaticallyUpdate_" data-uid="GrapeCity.Documents.Word.Style.AutomaticallyUpdate*">AutomaticallyUpdate Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_Style_AutomaticallyUpdate_" data-uid="GrapeCity.Documents.Word.Style.AutomaticallyUpdate*"></a>
<h4 id="GrapeCity_Documents_Word_Style_AutomaticallyUpdate" data-uid="GrapeCity.Documents.Word.Style.AutomaticallyUpdate">AutomaticallyUpdate</h4>
<div class="markdown level1 summary"><p>Gets or sets whether an application shall automatically modify this style
when the contents of an entire paragraph in the document with this style applied are modified,
ensuring that although only a single instance of text with this style was modified,
that change is stored on the style and therefore propagated to all locations where the style is in use.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool AutomaticallyUpdate { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property AutomaticallyUpdate As Boolean</code></pre>
</div>
</div>
