# FarPoint.Win.Spread.EditError

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_Spread_EditError" data-uid="FarPoint.Win.Spread.EditError" class="text-break">EditError Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the possible editor messages based on the user action.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_EditError_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum EditError</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum EditError</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="FarPoint_Win_Spread_EditError_CellIsLocked">CellIsLocked</td>
        <td><p>[1] Indicates the user attempted to interact with a locked cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_EditError_ColumnAndRowRestricted">ColumnAndRowRestricted</td>
        <td><p>Indicates the user attempted to move the focus to a cell
that is located in both a restricted row and column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_EditError_ColumnRestricted">ColumnRestricted</td>
        <td><p>Indicates the user attempted to move the focus to a restricted column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_EditError_InvalidCellData">InvalidCellData</td>
        <td><p>Indicates the current input value in the editor is invalid</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_EditError_InvalidCellFormula">InvalidCellFormula</td>
        <td><p>Indicates the user typed an invalid formula into a cell
(sent when the user has left the cell).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_EditError_InvalidCellValue">InvalidCellValue</td>
        <td><p>Indicates the user typed invalid data into a cell
(sent when the user has left the cell).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_EditError_InvalidHyperlink">InvalidHyperlink</td>
        <td><p>Indicates the user clicked a link that is invalid.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_EditError_RowRestricted">RowRestricted</td>
        <td><p>Indicates the user attempted to move the focus to a restricted row.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_EditError_TypedInCheckbox">TypedInCheckbox</td>
        <td><p>Indicates the user attempted to type in a check box cell.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
