# GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberFieldSet

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_NumberFieldSet" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberFieldSet" class="text-break">NumberFieldSet Class
</h1>
  <div class="markdown level0 summary"><p>Represents a <span class="xref">GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberFieldCollection</span> wrapper that can be used as a dependency property.</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.Wpf.SpreadSheet.CellType.Editors.FieldSet.html">FieldSet</a></div>
    <div class="level2"><span class="xref">NumberFieldSet</span></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_NumberFieldSet_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ValueSerializer(typeof(_rz))]
[TypeConverter(typeof(NumberFieldSetTypeConverter))]
public sealed class NumberFieldSet : FieldSet</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ValueSerializer(GetType(_rz))&gt;
&lt;TypeConverter(GetType(NumberFieldSetTypeConverter))&gt;
Public NotInheritable Class NumberFieldSet
    Inherits FieldSet</code></pre>
  </div>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_NumberFieldSet_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberFieldSet.html">NumberFieldSet</a> is a special field set. It doesn't support a collection property for user to add or remove items, but it will provide five properties for user to change related field.</p>
</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_Wpf_SpreadSheet_CellType_Editors_NumberFieldSet__ctor" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberFieldSet.#ctor">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberFieldSet.-ctor.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_NumberFieldSet__ctor">NumberFieldSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberFieldSet.html">NumberFieldSet</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_NumberFieldSet__ctor_System_String_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberFieldSet.#ctor(System.String)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberFieldSet.-ctor.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_NumberFieldSet__ctor_System_String_">NumberFieldSet(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberFieldSet.html">NumberFieldSet</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_Wpf_SpreadSheet_CellType_Editors_NumberFieldSet_DecimalPart" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberFieldSet.DecimalPart">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberFieldSet.DecimalPart.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_NumberFieldSet_DecimalPart">DecimalPart</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberDecimalPartField.html">NumberDecimalPartField</a> of <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberFieldSet.html">NumberFieldSet</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_NumberFieldSet_DecimalSeparator" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberFieldSet.DecimalSeparator">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberFieldSet.DecimalSeparator.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_NumberFieldSet_DecimalSeparator">DecimalSeparator</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberDecimalSeparatorField.html">NumberDecimalSeparatorField</a> of <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberFieldSet.html">NumberFieldSet</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_NumberFieldSet_IntegerPart" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberFieldSet.IntegerPart">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberFieldSet.IntegerPart.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_NumberFieldSet_IntegerPart">IntegerPart</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberIntegerPartField.html">NumberIntegerPartField</a> of <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberFieldSet.html">NumberFieldSet</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_NumberFieldSet_SignPrefix" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberFieldSet.SignPrefix">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberFieldSet.SignPrefix.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_NumberFieldSet_SignPrefix">SignPrefix</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberSignPrefixField.html">NumberSignPrefixField</a> of <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberFieldSet.html">NumberFieldSet</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_NumberFieldSet_SignSuffix" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberFieldSet.SignSuffix">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberFieldSet.SignSuffix.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_NumberFieldSet_SignSuffix">SignSuffix</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberSignSuffixField.html">NumberSignSuffixField</a> of <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberFieldSet.html">NumberFieldSet</a>.</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_Wpf_SpreadSheet_CellType_Editors_NumberFieldSet_SetFields_System_String_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberFieldSet.SetFields(System.String)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberFieldSet.SetFields.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_NumberFieldSet_SetFields_System_String_">SetFields(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Parses the format string and sync settings to each field.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_NumberFieldSet_SetFields_System_String_System_String_System_String_System_String_System_String_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberFieldSet.SetFields(System.String,System.String,System.String,System.String,System.String)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberFieldSet.SetFields.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_NumberFieldSet_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>
