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

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_Fields_NumberFields" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberFields" class="text-break">NumberFields Class
</h1>
  <div class="markdown level0 summary"><p>Represents a collection for the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberFields.html">NumberFields</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"><span class="xref">NumberFields</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <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_NumberFields_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(NumberFieldsTypeConverter))]
public sealed class NumberFields : IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(NumberFieldsTypeConverter))&gt;
Public NotInheritable Class NumberFields
    Implements IEnumerable</code></pre>
  </div>
  <h3 id="properties">Properties
</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_NumberFields_Count" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberFields.Count">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberFields.Count.html#GrapeCity_Win_Spread_InputMan_CellType_Fields_NumberFields_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of elements contained in the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_Fields_NumberFields_DecimalPart" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberFields.DecimalPart">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberFields.DecimalPart.html#GrapeCity_Win_Spread_InputMan_CellType_Fields_NumberFields_DecimalPart">DecimalPart</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the decimal part field of the <span class="xref">GrapeCity.Win.Spread.InputMan.CellType.GcNumber</span> control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_Fields_NumberFields_DecimalSeparator" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberFields.DecimalSeparator">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberFields.DecimalSeparator.html#GrapeCity_Win_Spread_InputMan_CellType_Fields_NumberFields_DecimalSeparator">DecimalSeparator</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the decimal separator field of the <span class="xref">GrapeCity.Win.Spread.InputMan.CellType.GcNumber</span> control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_Fields_NumberFields_IntegerPart" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberFields.IntegerPart">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberFields.IntegerPart.html#GrapeCity_Win_Spread_InputMan_CellType_Fields_NumberFields_IntegerPart">IntegerPart</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the integer part field of the <span class="xref">GrapeCity.Win.Spread.InputMan.CellType.GcNumber</span> control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_Fields_NumberFields_Item_System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberFields.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberFields.Item.html#GrapeCity_Win_Spread_InputMan_CellType_Fields_NumberFields_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberField.html">NumberField</a> at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_Fields_NumberFields_SignPrefix" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberFields.SignPrefix">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberFields.SignPrefix.html#GrapeCity_Win_Spread_InputMan_CellType_Fields_NumberFields_SignPrefix">SignPrefix</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the sign prefix field of the <span class="xref">GrapeCity.Win.Spread.InputMan.CellType.GcNumber</span> control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_Fields_NumberFields_SignSuffix" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberFields.SignSuffix">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberFields.SignSuffix.html#GrapeCity_Win_Spread_InputMan_CellType_Fields_NumberFields_SignSuffix">SignSuffix</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the sign suffix field of the <span class="xref">GrapeCity.Win.Spread.InputMan.CellType.GcNumber</span> control.</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_Fields_NumberFields_GetEnumerator" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberFields.GetEnumerator">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberFields.GetEnumerator.html#GrapeCity_Win_Spread_InputMan_CellType_Fields_NumberFields_GetEnumerator">GetEnumerator()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an enumerator that iterates through a collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_Fields_NumberFields_SetFields_System_String_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberFields.SetFields(System.String)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberFields.SetFields.html#GrapeCity_Win_Spread_InputMan_CellType_Fields_NumberFields_SetFields_System_String_">SetFields(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Parses the format and sync settings for each field.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_Fields_NumberFields_SetFields_System_String_System_String_System_String_System_String_System_String_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberFields.SetFields(System.String,System.String,System.String,System.String,System.String)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberFields.SetFields.html#GrapeCity_Win_Spread_InputMan_CellType_Fields_NumberFields_SetFields_System_String_System_String_System_String_System_String_System_String_">SetFields(string, string, string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Parses the pattern and sync settings for each field.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
