# FarPoint.Win.Spread.FlagArrowKeys

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_Spread_FlagArrowKeys" data-uid="FarPoint.Win.Spread.FlagArrowKeys" class="text-break">FlagArrowKeys Enum
</h1>
  <div class="markdown level0 summary"><p>Defines the moving active cell while editing cell enumeration.</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_FlagArrowKeys_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum FlagArrowKeys</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum FlagArrowKeys</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_FlagArrowKeys_All">All</td>
        <td><p>Allows moving in all directions while editing cell</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FlagArrowKeys_Down">Down</td>
        <td><p>Allows moving down while editing cell</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FlagArrowKeys_Left">Left</td>
        <td><p>Allows moving left while editing cell</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FlagArrowKeys_None">None</td>
        <td><p>Does not allow moving while editing the cell</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FlagArrowKeys_Right">Right</td>
        <td><p>Allows moving right while editing cell</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FlagArrowKeys_Up">Up</td>
        <td><p>Allows moving up while editing cell</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
