# GrapeCity.Wpf.SpreadSheet.CellType.Editors.DecimalGeneralFormat

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DecimalGeneralFormat" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DecimalGeneralFormat" class="text-break">DecimalGeneralFormat Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the number and unit display format.</p>
</div>
  <div class="markdown level0 conceptual"></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_DecimalGeneralFormat_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum DecimalGeneralFormat</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum DecimalGeneralFormat</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DecimalGeneralFormat_DBNum1_G">DBNum1_G</td>
        <td><p>Simplified Kanji number and unit.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DecimalGeneralFormat_DBNum2_G">DBNum2_G</td>
        <td><p>Traditional Kanji number and unit.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DecimalGeneralFormat_DBNum3_G">DBNum3_G</td>
        <td><p>Arabian digit and simplified Kanji unit.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DecimalGeneralFormat_DBNum4_G">DBNum4_G</td>
        <td><p>Simplified Kanji number and unit, support decimal number and unit display as kanji.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
