# GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskFieldCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_MaskFieldCollection" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskFieldCollection" class="text-break">MaskFieldCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents a collection for <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskField.html">MaskField</a> object.</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="https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.collection-1">Collection</a>&lt;<a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskField.html">MaskField</a>&gt;</div>
    <div class="level2"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.NotifyCollection-1.html">NotifyCollection</a>&lt;<a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskField.html">MaskField</a>&gt;</div>
    <div class="level3"><span class="xref">MaskFieldCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1">IList</a>&lt;<a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskField.html">MaskField</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection</a>&lt;<a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskField.html">MaskField</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlylist-1">IReadOnlyList</a>&lt;<a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskField.html">MaskField</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.Wpf.SpreadSheet.CellType.Editors.MaskField.html">MaskField</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.Wpf.SpreadSheet.CellType.Editors.MaskField.html">MaskField</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.specialized.inotifycollectionchanged">INotifyCollectionChanged</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ilist">IList</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a></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.Wpf.SpreadSheet.CellType.Editors.html">GrapeCity.Wpf.SpreadSheet.CellType.Editors</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Wpf.SpreadSheet.CellType.dll</h6>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_MaskFieldCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class MaskFieldCollection : NotifyCollection&lt;MaskField&gt;, IList&lt;MaskField&gt;, ICollection&lt;MaskField&gt;, IReadOnlyList&lt;MaskField&gt;, IReadOnlyCollection&lt;MaskField&gt;, IEnumerable&lt;MaskField&gt;, INotifyCollectionChanged, IList, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class MaskFieldCollection
    Inherits NotifyCollection(Of MaskField)
    Implements IList(Of MaskField), ICollection(Of MaskField), IReadOnlyList(Of MaskField), IReadOnlyCollection(Of MaskField), IEnumerable(Of MaskField), INotifyCollectionChanged, IList, ICollection, 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_Wpf_SpreadSheet_CellType_Editors_MaskFieldCollection_Add_GrapeCity_Wpf_SpreadSheet_CellType_Editors_MaskField_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskFieldCollection.Add(GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskField)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskFieldCollection.Add.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_MaskFieldCollection_Add_GrapeCity_Wpf_SpreadSheet_CellType_Editors_MaskField_">Add(MaskField)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an object to the end of the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskFieldCollection.html">MaskFieldCollection</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_MaskFieldCollection_AddRange_System_String_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskFieldCollection.AddRange(System.String)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskFieldCollection.AddRange.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_MaskFieldCollection_AddRange_System_String_">AddRange(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Add <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskField.html">MaskField</a> objects by the formatted string.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
