# GrapeCity.Win.Spread.InputMan.CellType.TimeSpanFieldCollectionInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_TimeSpanFieldCollectionInfo" data-uid="GrapeCity.Win.Spread.InputMan.CellType.TimeSpanFieldCollectionInfo" class="text-break">TimeSpanFieldCollectionInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents a collection for the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.TimeSpanFieldInfo.html">TimeSpanFieldInfo</a> object, which is read-only.</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.TimeSpanFieldInfo.html">TimeSpanFieldInfo</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.TimeSpanFieldInfo.html">TimeSpanFieldInfo</a>&gt;</div>
    <div class="level4"><span class="xref">TimeSpanFieldCollectionInfo</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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.html">GrapeCity.Win.Spread.InputMan.CellType</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Win.PluginInputMan.dll</h6>
  <h5 id="GrapeCity_Win_Spread_InputMan_CellType_TimeSpanFieldCollectionInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TimeSpanFieldCollectionInfo : NamedObjectCollection&lt;TimeSpanFieldInfo&gt;, IList, ICollection, IEnumerable, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TimeSpanFieldCollectionInfo
    Inherits NamedObjectCollection(Of TimeSpanFieldInfo)
    Implements IList, ICollection, IEnumerable, ICloneable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</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_TimeSpanFieldCollectionInfo__ctor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.TimeSpanFieldCollectionInfo.#ctor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.TimeSpanFieldCollectionInfo.-ctor.html#GrapeCity_Win_Spread_InputMan_CellType_TimeSpanFieldCollectionInfo__ctor">TimeSpanFieldCollectionInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.TimeSpanFieldCollectionInfo.html">TimeSpanFieldCollectionInfo</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_TimeSpanFieldCollectionInfo_AddRange_System_String_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.TimeSpanFieldCollectionInfo.AddRange(System.String)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.TimeSpanFieldCollectionInfo.AddRange.html#GrapeCity_Win_Spread_InputMan_CellType_TimeSpanFieldCollectionInfo_AddRange_System_String_">AddRange(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the contents of another <span class="xref">IList<timespanfield></timespanfield></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_TimeSpanFieldCollectionInfo_AddRange_System_String_System_Int32_System_Char_System_String_System_String_System_String_System_String_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.TimeSpanFieldCollectionInfo.AddRange(System.String,System.Int32,System.Char,System.String,System.String,System.String,System.String)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.TimeSpanFieldCollectionInfo.AddRange.html#GrapeCity_Win_Spread_InputMan_CellType_TimeSpanFieldCollectionInfo_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<timespanfield></timespanfield></span> to the end of the collection,
which is built from specified arguments.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_TimeSpanFieldCollectionInfo_OnAddRange_System_Object___" data-uid="GrapeCity.Win.Spread.InputMan.CellType.TimeSpanFieldCollectionInfo.OnAddRange(System.Object[])">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.TimeSpanFieldCollectionInfo.OnAddRange.html#GrapeCity_Win_Spread_InputMan_CellType_TimeSpanFieldCollectionInfo_OnAddRange_System_Object___">OnAddRange(object[])</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes before inserting a new element array into the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_TimeSpanFieldCollectionInfo_OnClear" data-uid="GrapeCity.Win.Spread.InputMan.CellType.TimeSpanFieldCollectionInfo.OnClear">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.TimeSpanFieldCollectionInfo.OnClear.html#GrapeCity_Win_Spread_InputMan_CellType_TimeSpanFieldCollectionInfo_OnClear">OnClear()</a>
        </td>
        <td class="markdown level1 summary"><p>Clear event listeners before clearing items</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_TimeSpanFieldCollectionInfo_OnFieldPropertyChanged_System_ComponentModel_PropertyChangedEventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.TimeSpanFieldCollectionInfo.OnFieldPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.TimeSpanFieldCollectionInfo.OnFieldPropertyChanged.html#GrapeCity_Win_Spread_InputMan_CellType_TimeSpanFieldCollectionInfo_OnFieldPropertyChanged_System_ComponentModel_PropertyChangedEventArgs_">OnFieldPropertyChanged(PropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">GrapeCity.Win.Spread.InputMan.CellType.TimeSpanFieldCollectionInfo.FieldPropertyChanged</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_TimeSpanFieldCollectionInfo_OnInsert_System_Int32_System_Object_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.TimeSpanFieldCollectionInfo.OnInsert(System.Int32,System.Object)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.TimeSpanFieldCollectionInfo.OnInsert.html#GrapeCity_Win_Spread_InputMan_CellType_TimeSpanFieldCollectionInfo_OnInsert_System_Int32_System_Object_">OnInsert(int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes before inserting a new element into the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_TimeSpanFieldCollectionInfo_OnRemoveComplete_System_Int32_System_Object_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.TimeSpanFieldCollectionInfo.OnRemoveComplete(System.Int32,System.Object)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.TimeSpanFieldCollectionInfo.OnRemoveComplete.html#GrapeCity_Win_Spread_InputMan_CellType_TimeSpanFieldCollectionInfo_OnRemoveComplete_System_Int32_System_Object_">OnRemoveComplete(int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes after removing an element from the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_TimeSpanFieldCollectionInfo_OnSet_System_Int32_System_Object_System_Object_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.TimeSpanFieldCollectionInfo.OnSet(System.Int32,System.Object,System.Object)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.TimeSpanFieldCollectionInfo.OnSet.html#GrapeCity_Win_Spread_InputMan_CellType_TimeSpanFieldCollectionInfo_OnSet_System_Int32_System_Object_System_Object_">OnSet(int, object, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes before setting a value in the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a> instance.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
