# GrapeCity.Win.Spread.InputMan.CellType.Fields.TimeSpanDisplayFieldCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_Fields_TimeSpanDisplayFieldCollection" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.TimeSpanDisplayFieldCollection" class="text-break">TimeSpanDisplayFieldCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents the display field collection for <b>GcTimeSpan</b> control.</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.collectionbase">CollectionBase</a></div>
    <div class="level2"><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.html">CollectionBase</a>&lt;<a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.TimeSpanDisplayField.html">TimeSpanDisplayField</a>&gt;</div>
    <div class="level3"><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.NamedObjectCollection-1.html">NamedObjectCollection</a>&lt;<a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.TimeSpanDisplayField.html">TimeSpanDisplayField</a>&gt;</div>
    <div class="level4"><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.DisplayFieldCollection-1.html">DisplayFieldCollection</a>&lt;<a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.TimeSpanDisplayField.html">TimeSpanDisplayField</a>&gt;</div>
    <div class="level5"><span class="xref">TimeSpanDisplayFieldCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <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.Win.Spread.InputMan.CellType.Fields.html">GrapeCity.Win.Spread.InputMan.CellType.Fields</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Win.PluginInputMan.dll</h6>
  <h5 id="GrapeCity_Win_Spread_InputMan_CellType_Fields_TimeSpanDisplayFieldCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TimeSpanDisplayFieldCollection : DisplayFieldCollection&lt;TimeSpanDisplayField&gt;, IList, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TimeSpanDisplayFieldCollection
    Inherits DisplayFieldCollection(Of TimeSpanDisplayField)
    Implements 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_Win_Spread_InputMan_CellType_Fields_TimeSpanDisplayFieldCollection_AddRange_System_String_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.TimeSpanDisplayFieldCollection.AddRange(System.String)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.TimeSpanDisplayFieldCollection.AddRange.html#GrapeCity_Win_Spread_InputMan_CellType_Fields_TimeSpanDisplayFieldCollection_AddRange_System_String_">AddRange(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the contents of another <span class="xref">IList<timespandisplayfield></timespandisplayfield></span> to the end of the collection,
which is built from a specified format string.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_Fields_TimeSpanDisplayFieldCollection_AddRange_System_String_System_Int32_System_Char_System_String_System_String_System_String_System_String_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.TimeSpanDisplayFieldCollection.AddRange(System.String,System.Int32,System.Char,System.String,System.String,System.String,System.String)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.TimeSpanDisplayFieldCollection.AddRange.html#GrapeCity_Win_Spread_InputMan_CellType_Fields_TimeSpanDisplayFieldCollection_AddRange_System_String_System_Int32_System_Char_System_String_System_String_System_String_System_String_">AddRange(string, int, char, string, string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the contents of another <span class="xref">IList<timespandisplayfield></timespandisplayfield></span> to the end of the collection,
which is built from a specified arguments.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_Fields_TimeSpanDisplayFieldCollection_OnValidateNewItems_System_Object_System_Object___" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.TimeSpanDisplayFieldCollection.OnValidateNewItems(System.Object,System.Object[])">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.TimeSpanDisplayFieldCollection.OnValidateNewItems.html#GrapeCity_Win_Spread_InputMan_CellType_Fields_TimeSpanDisplayFieldCollection_OnValidateNewItems_System_Object_System_Object___">OnValidateNewItems(object, object[])</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes to validating adding items.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
