# GrapeCity.CalcEngine.IFormattedCellValue2

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_CalcEngine_IFormattedCellValue2" data-uid="GrapeCity.CalcEngine.IFormattedCellValue2" class="text-break">IFormattedCellValue2 Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the value of a cell with a format string.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.CalcEngine.html">GrapeCity.CalcEngine</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.CalcEngine.dll</h6>
  <h5 id="GrapeCity_CalcEngine_IFormattedCellValue2_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IFormattedCellValue2 : IFormattedCellValue, IReadonlyPrimitiveValue</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IFormattedCellValue2
    Inherits IFormattedCellValue, IReadonlyPrimitiveValue</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_CalcEngine_IFormattedCellValue2_FormattedText" data-uid="GrapeCity.CalcEngine.IFormattedCellValue2.FormattedText">
          <a class="xref" href="GrapeCity.CalcEngine.IFormattedCellValue2.FormattedText.html#GrapeCity_CalcEngine_IFormattedCellValue2_FormattedText">FormattedText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the formatted text of the cell value.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
