# GrapeCity.Documents.Word.FillFormat.ApplyGroupFill

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_FillFormat_ApplyGroupFill_" data-uid="GrapeCity.Documents.Word.FillFormat.ApplyGroupFill*">ApplyGroupFill Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_FillFormat_ApplyGroupFill_" data-uid="GrapeCity.Documents.Word.FillFormat.ApplyGroupFill*"></a>
<h4 id="GrapeCity_Documents_Word_FillFormat_ApplyGroupFill" data-uid="GrapeCity.Documents.Word.FillFormat.ApplyGroupFill">ApplyGroupFill()</h4>
<div class="markdown level1 summary"><p>Sets the <span class="xref">GrapeCity.Documents.Word.FillFormat.FillSource</span> to <span class="xref">GrapeCity.Documents.Word.FillSource.Group</span>.</p>
<p>Note that this is set even if the shape is not in a group.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool ApplyGroupFill()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function ApplyGroupFill() As Boolean</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><p>True if this object is grouped (has a <a class="xref" href="GrapeCity.Documents.Word.GroupShape.html">GroupShape</a> parent), false otherwise.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
