# GrapeCity.Spreadsheet.ICellType

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_ICellType" data-uid="GrapeCity.Spreadsheet.ICellType" class="text-break">ICellType Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the cell type of a cell.</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_ICellType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ICellType : ICloneable&lt;ICellType&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ICellType
    Inherits ICloneable(Of ICellType)</code></pre>
  </div>
  <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_ICellType_GetFormatter_System_Globalization_CultureInfo_" data-uid="GrapeCity.Spreadsheet.ICellType.GetFormatter(System.Globalization.CultureInfo)">
          <a class="xref" href="GrapeCity.Spreadsheet.ICellType.GetFormatter.html#GrapeCity_Spreadsheet_ICellType_GetFormatter_System_Globalization_CultureInfo_">GetFormatter(CultureInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the formatter which represents the behavior of this cell type.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ICellType_Parse_System_String_" data-uid="GrapeCity.Spreadsheet.ICellType.Parse(System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.ICellType.Parse.html#GrapeCity_Spreadsheet_ICellType_Parse_System_String_">Parse(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Parses the specified string to the data type of the cell type and returns it as an object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ICellType_ToNumberFormat" data-uid="GrapeCity.Spreadsheet.ICellType.ToNumberFormat">
          <a class="xref" href="GrapeCity.Spreadsheet.ICellType.ToNumberFormat.html#GrapeCity_Spreadsheet_ICellType_ToNumberFormat">ToNumberFormat()</a>
        </td>
        <td class="markdown level1 summary"><p>Converts this cell type to the corresponding <a class="xref" href="GrapeCity.Spreadsheet.NumberFormat.html">NumberFormat</a> value.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
