# FarPoint.Win.Spread.Model.IErrorTextSupport

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_Model_IErrorTextSupport" data-uid="FarPoint.Win.Spread.Model.IErrorTextSupport" class="text-break">IErrorTextSupport Interface
</h1>
  <div class="markdown level0 summary"><p>Interface that supports creating a model that represents the error icon.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.Model.html">FarPoint.Win.Spread.Model</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_Model_IErrorTextSupport_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IErrorTextSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IErrorTextSupport</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="FarPoint_Win_Spread_Model_IErrorTextSupport_GetCellErrorText_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.Model.IErrorTextSupport.GetCellErrorText(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.Model.IErrorTextSupport.GetCellErrorText.html#FarPoint_Win_Spread_Model_IErrorTextSupport_GetCellErrorText_System_Int32_System_Int32_">GetCellErrorText(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the error text of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Model_IErrorTextSupport_GetRowErrorText_System_Int32_" data-uid="FarPoint.Win.Spread.Model.IErrorTextSupport.GetRowErrorText(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.Model.IErrorTextSupport.GetRowErrorText.html#FarPoint_Win_Spread_Model_IErrorTextSupport_GetRowErrorText_System_Int32_">GetRowErrorText(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the error text of the row.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Model_IErrorTextSupport_SetCellErrorText_System_Int32_System_Int32_System_String_" data-uid="FarPoint.Win.Spread.Model.IErrorTextSupport.SetCellErrorText(System.Int32,System.Int32,System.String)">
          <a class="xref" href="FarPoint.Win.Spread.Model.IErrorTextSupport.SetCellErrorText.html#FarPoint_Win_Spread_Model_IErrorTextSupport_SetCellErrorText_System_Int32_System_Int32_System_String_">SetCellErrorText(int, int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the error text for the cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Model_IErrorTextSupport_SetRowErrorText_System_Int32_System_String_" data-uid="FarPoint.Win.Spread.Model.IErrorTextSupport.SetRowErrorText(System.Int32,System.String)">
          <a class="xref" href="FarPoint.Win.Spread.Model.IErrorTextSupport.SetRowErrorText.html#FarPoint_Win_Spread_Model_IErrorTextSupport_SetRowErrorText_System_Int32_System_String_">SetRowErrorText(int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the error text for the row.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</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_Model_IErrorTextSupport_CellErrorTextChanged" data-uid="FarPoint.Win.Spread.Model.IErrorTextSupport.CellErrorTextChanged">
          <a class="xref" href="FarPoint.Win.Spread.Model.IErrorTextSupport.CellErrorTextChanged.html">CellErrorTextChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the cell error text is changed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Model_IErrorTextSupport_RowErrorTextChanged" data-uid="FarPoint.Win.Spread.Model.IErrorTextSupport.RowErrorTextChanged">
          <a class="xref" href="FarPoint.Win.Spread.Model.IErrorTextSupport.RowErrorTextChanged.html">RowErrorTextChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the row error text is changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
