# GrapeCity.Wpf.SpreadSheet.CellType.EditCaretPosition

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Wpf_SpreadSheet_CellType_EditCaretPosition" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.EditCaretPosition" class="text-break">EditCaretPosition Enum
</h1>
  <div class="markdown level0 summary"></div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.html">GrapeCity.Wpf.SpreadSheet.CellType</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Wpf.SpreadSheet.CellType.dll</h6>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_EditCaretPosition_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum EditCaretPosition</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum EditCaretPosition</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="GrapeCity_Wpf_SpreadSheet_CellType_EditCaretPosition_Default">Default</td>
        <td><p>Position is determined by <span class="xref">GrapeCity.Wpf.SpreadSheet.CellType.SpreadBeginEditAction</span>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_EditCaretPosition_End">End</td>
        <td><p>Positions the caret at the end of the text in the control, without any text selected.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_EditCaretPosition_MouseLocation">MouseLocation</td>
        <td><p>Positions the caret at the location of the pointer device, without any text selected.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_EditCaretPosition_SelectAll">SelectAll</td>
        <td><p>Positions the caret at the beginning of the text in the control, and selects all text.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
