# GrapeCity.Spreadsheet.BuiltInNumberFormats

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_BuiltInNumberFormats" data-uid="GrapeCity.Spreadsheet.BuiltInNumberFormats" class="text-break">BuiltInNumberFormats Class
</h1>
  <div class="markdown level0 summary"><p>Represents all built-in number formats.</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">BuiltInNumberFormats</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.html">GrapeCity.Spreadsheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_BuiltInNumberFormats_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class BuiltInNumberFormats</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class BuiltInNumberFormats</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_Spreadsheet_BuiltInNumberFormats__ctor" data-uid="GrapeCity.Spreadsheet.BuiltInNumberFormats.#ctor">
          <a class="xref" href="GrapeCity.Spreadsheet.BuiltInNumberFormats.-ctor.html#GrapeCity_Spreadsheet_BuiltInNumberFormats__ctor">BuiltInNumberFormats()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Spreadsheet.BuiltInNumberFormats.html">BuiltInNumberFormats</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_Spreadsheet_BuiltInNumberFormats_GetBuiltInFormatter_GrapeCity_Spreadsheet_IWorkbook_System_Int32_System_Globalization_CultureInfo_" data-uid="GrapeCity.Spreadsheet.BuiltInNumberFormats.GetBuiltInFormatter(GrapeCity.Spreadsheet.IWorkbook,System.Int32,System.Globalization.CultureInfo)">
          <a class="xref" href="GrapeCity.Spreadsheet.BuiltInNumberFormats.GetBuiltInFormatter.html#GrapeCity_Spreadsheet_BuiltInNumberFormats_GetBuiltInFormatter_GrapeCity_Spreadsheet_IWorkbook_System_Int32_System_Globalization_CultureInfo_">GetBuiltInFormatter(IWorkbook, int, CultureInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a built-in formatter string by the specified ID.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_BuiltInNumberFormats_GetBuiltInId_System_String_" data-uid="GrapeCity.Spreadsheet.BuiltInNumberFormats.GetBuiltInId(System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.BuiltInNumberFormats.GetBuiltInId.html#GrapeCity_Spreadsheet_BuiltInNumberFormats_GetBuiltInId_System_String_">GetBuiltInId(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the built-in ID of the specified number format.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_BuiltInNumberFormats_GetBuiltInNumberFormat_System_Int32_System_Globalization_CultureInfo_" data-uid="GrapeCity.Spreadsheet.BuiltInNumberFormats.GetBuiltInNumberFormat(System.Int32,System.Globalization.CultureInfo)">
          <a class="xref" href="GrapeCity.Spreadsheet.BuiltInNumberFormats.GetBuiltInNumberFormat.html#GrapeCity_Spreadsheet_BuiltInNumberFormats_GetBuiltInNumberFormat_System_Int32_System_Globalization_CultureInfo_">GetBuiltInNumberFormat(int, CultureInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a number format string by the specified ID.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_BuiltInNumberFormats_GetCustomizeBuiltInNumberFormat_System_Int32_System_Globalization_CultureInfo_System_Globalization_CultureInfo_" data-uid="GrapeCity.Spreadsheet.BuiltInNumberFormats.GetCustomizeBuiltInNumberFormat(System.Int32,System.Globalization.CultureInfo,System.Globalization.CultureInfo)">
          <a class="xref" href="GrapeCity.Spreadsheet.BuiltInNumberFormats.GetCustomizeBuiltInNumberFormat.html#GrapeCity_Spreadsheet_BuiltInNumberFormats_GetCustomizeBuiltInNumberFormat_System_Int32_System_Globalization_CultureInfo_System_Globalization_CultureInfo_">GetCustomizeBuiltInNumberFormat(int, CultureInfo, CultureInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a number format string by the specified ID.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_BuiltInNumberFormats_GetDecimalPartLength_GrapeCity_Spreadsheet_NumberFormat_System_Int32_GrapeCity_Spreadsheet_IWorkbook_" data-uid="GrapeCity.Spreadsheet.BuiltInNumberFormats.GetDecimalPartLength(GrapeCity.Spreadsheet.NumberFormat,System.Int32,GrapeCity.Spreadsheet.IWorkbook)">
          <a class="xref" href="GrapeCity.Spreadsheet.BuiltInNumberFormats.GetDecimalPartLength.html#GrapeCity_Spreadsheet_BuiltInNumberFormats_GetDecimalPartLength_GrapeCity_Spreadsheet_NumberFormat_System_Int32_GrapeCity_Spreadsheet_IWorkbook_">GetDecimalPartLength(NumberFormat, int, IWorkbook)</a>
        </td>
        <td class="markdown level1 summary"><p>Get decimal part length from specify number format.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_BuiltInNumberFormats_GetIncreaseDecimalCode_GrapeCity_Spreadsheet_NumberFormat_GrapeCity_Spreadsheet_IWorkbook_System_Boolean_System_Int32_" data-uid="GrapeCity.Spreadsheet.BuiltInNumberFormats.GetIncreaseDecimalCode(GrapeCity.Spreadsheet.NumberFormat,GrapeCity.Spreadsheet.IWorkbook,System.Boolean,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.BuiltInNumberFormats.GetIncreaseDecimalCode.html#GrapeCity_Spreadsheet_BuiltInNumberFormats_GetIncreaseDecimalCode_GrapeCity_Spreadsheet_NumberFormat_GrapeCity_Spreadsheet_IWorkbook_System_Boolean_System_Int32_">GetIncreaseDecimalCode(NumberFormat, IWorkbook, bool, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Get Incraise/Decraise decimal code from specify number format.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_BuiltInNumberFormats_GetPredefinedNumberFormat_GrapeCity_Spreadsheet_PredefinedNumberFormats_System_Globalization_CultureInfo_System_Int32_" data-uid="GrapeCity.Spreadsheet.BuiltInNumberFormats.GetPredefinedNumberFormat(GrapeCity.Spreadsheet.PredefinedNumberFormats,System.Globalization.CultureInfo,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.BuiltInNumberFormats.GetPredefinedNumberFormat.html#GrapeCity_Spreadsheet_BuiltInNumberFormats_GetPredefinedNumberFormat_GrapeCity_Spreadsheet_PredefinedNumberFormats_System_Globalization_CultureInfo_System_Int32_">GetPredefinedNumberFormat(PredefinedNumberFormats, CultureInfo, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets predefined number format from the specified category.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
