# FarPoint.Win.Spread.CellType.IFormatter2

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_CellType_IFormatter2" data-uid="FarPoint.Win.Spread.CellType.IFormatter2" class="text-break">IFormatter2 Interface
</h1>
  <div class="markdown level0 summary"><p>Interface that defines the methods required by objects used as special clipboard formatters.</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_IFormatter2_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IFormatter2 : IFormatter</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IFormatter2
    Inherits IFormatter</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_IFormatter2_CanEditFormula" data-uid="FarPoint.Win.Spread.CellType.IFormatter2.CanEditFormula">
          <a class="xref" href="FarPoint.Win.Spread.CellType.IFormatter2.CanEditFormula.html#FarPoint_Win_Spread_CellType_IFormatter2_CanEditFormula">CanEditFormula</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates whether the cell type can edit the formula.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_IFormatter2_ContainsPassword" data-uid="FarPoint.Win.Spread.CellType.IFormatter2.ContainsPassword">
          <a class="xref" href="FarPoint.Win.Spread.CellType.IFormatter2.ContainsPassword.html#FarPoint_Win_Spread_CellType_IFormatter2_ContainsPassword">ContainsPassword</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates whether the cell contains a password.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_IFormatter2_ShouldExportFormattedValue" data-uid="FarPoint.Win.Spread.CellType.IFormatter2.ShouldExportFormattedValue">
          <a class="xref" href="FarPoint.Win.Spread.CellType.IFormatter2.ShouldExportFormattedValue.html#FarPoint_Win_Spread_CellType_IFormatter2_ShouldExportFormattedValue">ShouldExportFormattedValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates whether to export the formatted value when data is exported to Excel.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_IFormatter2_SupportStandardFormatString" data-uid="FarPoint.Win.Spread.CellType.IFormatter2.SupportStandardFormatString">
          <a class="xref" href="FarPoint.Win.Spread.CellType.IFormatter2.SupportStandardFormatString.html#FarPoint_Win_Spread_CellType_IFormatter2_SupportStandardFormatString">SupportStandardFormatString</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates whether the cell supports the standard format string.</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="FarPoint_Win_Spread_CellType_IFormatter2_FormatToClipboard_System_Object_" data-uid="FarPoint.Win.Spread.CellType.IFormatter2.FormatToClipboard(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.IFormatter2.FormatToClipboard.html#FarPoint_Win_Spread_CellType_IFormatter2_FormatToClipboard_System_Object_">FormatToClipboard(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Formats the specified object as a string.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
