# FarPoint.Win.Spread.CellType.IGeneralFormatSupport

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_CellType_IGeneralFormatSupport" data-uid="FarPoint.Win.Spread.CellType.IGeneralFormatSupport" class="text-break">IGeneralFormatSupport Interface
</h1>
  <div class="markdown level0 summary"><p>Interface that supports the general formatting of date-time and numeric cells.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.CellType.html">FarPoint.Win.Spread.CellType</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_CellType_IGeneralFormatSupport_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IGeneralFormatSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IGeneralFormatSupport</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="FarPoint_Win_Spread_CellType_IGeneralFormatSupport_DateTimeFormat" data-uid="FarPoint.Win.Spread.CellType.IGeneralFormatSupport.DateTimeFormat">
          <a class="xref" href="FarPoint.Win.Spread.CellType.IGeneralFormatSupport.DateTimeFormat.html#FarPoint_Win_Spread_CellType_IGeneralFormatSupport_DateTimeFormat">DateTimeFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the date-time format information.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_IGeneralFormatSupport_IsDateFormat" data-uid="FarPoint.Win.Spread.CellType.IGeneralFormatSupport.IsDateFormat">
          <a class="xref" href="FarPoint.Win.Spread.CellType.IGeneralFormatSupport.IsDateFormat.html#FarPoint_Win_Spread_CellType_IGeneralFormatSupport_IsDateFormat">IsDateFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the format is date-time.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_IGeneralFormatSupport_NumberFormat" data-uid="FarPoint.Win.Spread.CellType.IGeneralFormatSupport.NumberFormat">
          <a class="xref" href="FarPoint.Win.Spread.CellType.IGeneralFormatSupport.NumberFormat.html#FarPoint_Win_Spread_CellType_IGeneralFormatSupport_NumberFormat">NumberFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the numeric format information.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
