# GrapeCity.Spreadsheet.INumFmtSupportCellType

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_INumFmtSupportCellType" data-uid="GrapeCity.Spreadsheet.INumFmtSupportCellType" class="text-break">INumFmtSupportCellType Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the cell type of a cell which supports <a class="xref" href="GrapeCity.Spreadsheet.NumberFormat.html">NumberFormat</a>.</p>
</div>
  <div class="markdown level0 conceptual"></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_INumFmtSupportCellType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface INumFmtSupportCellType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface INumFmtSupportCellType</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_Spreadsheet_INumFmtSupportCellType_Supported" data-uid="GrapeCity.Spreadsheet.INumFmtSupportCellType.Supported">
          <a class="xref" href="GrapeCity.Spreadsheet.INumFmtSupportCellType.Supported.html#GrapeCity_Spreadsheet_INumFmtSupportCellType_Supported">Supported</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="GrapeCity.Spreadsheet.ICellType.html">ICellType</a> supports <a class="xref" href="GrapeCity.Spreadsheet.NumberFormat.html">NumberFormat</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_Spreadsheet_INumFmtSupportCellType_GetFormatter_System_Globalization_CultureInfo_System_String_" data-uid="GrapeCity.Spreadsheet.INumFmtSupportCellType.GetFormatter(System.Globalization.CultureInfo,System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.INumFmtSupportCellType.GetFormatter.html#GrapeCity_Spreadsheet_INumFmtSupportCellType_GetFormatter_System_Globalization_CultureInfo_System_String_">GetFormatter(CultureInfo, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the formatter which represents the behavior of this cell type.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
