# GrapeCity.Documents.Word.FillFormatList

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_FillFormatList" data-uid="GrapeCity.Documents.Word.FillFormatList" class="text-break">FillFormatList Class
</h1>
  <div class="markdown level0 summary"><p>Represents a set of three or more fill styles that are used within a theme.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="GrapeCity.Documents.Word.FormattingBag.html">FormattingBag</a></div>
    <div class="level2"><a class="xref" href="GrapeCity.Documents.Word.FormattingBagList-1.html">FormattingBagList</a>&lt;<a class="xref" href="GrapeCity.Documents.Word.FillFormat.html">FillFormat</a>&gt;</div>
    <div class="level3"><span class="xref">FillFormatList</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlylist-1">IReadOnlyList</a>&lt;<a class="xref" href="GrapeCity.Documents.Word.FillFormat.html">FillFormat</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1">IReadOnlyCollection</a>&lt;<a class="xref" href="GrapeCity.Documents.Word.FillFormat.html">FillFormat</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="GrapeCity.Documents.Word.FillFormat.html">FillFormat</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.html">GrapeCity.Documents.Word</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_FillFormatList_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FillFormatList : FormattingBagList&lt;FillFormat&gt;, IReadOnlyList&lt;FillFormat&gt;, IReadOnlyCollection&lt;FillFormat&gt;, IEnumerable&lt;FillFormat&gt;, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FillFormatList
    Inherits FormattingBagList(Of FillFormat)
    Implements IReadOnlyList(Of FillFormat), IReadOnlyCollection(Of FillFormat), IEnumerable(Of FillFormat), IEnumerable</code></pre>
  </div>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Word_FillFormatList_Add" data-uid="GrapeCity.Documents.Word.FillFormatList.Add">
          <a class="xref" href="GrapeCity.Documents.Word.FillFormatList.Add.html#GrapeCity_Documents_Word_FillFormatList_Add">Add()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new fill format to the list.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_FillFormatList_Remove_System_Int32_" data-uid="GrapeCity.Documents.Word.FillFormatList.Remove(System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Word.FillFormatList.Remove.html#GrapeCity_Documents_Word_FillFormatList_Remove_System_Int32_">Remove(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the fill format from the list.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
