# GrapeCity.Win.Spread.InputMan.CellType.KeyGroups

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_KeyGroups" data-uid="GrapeCity.Win.Spread.InputMan.CellType.KeyGroups" class="text-break">KeyGroups Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the key groups.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.html">GrapeCity.Win.Spread.InputMan.CellType</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Win.PluginInputMan.dll</h6>
  <h5 id="GrapeCity_Win_Spread_InputMan_CellType_KeyGroups_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum KeyGroups</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum KeyGroups</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_Win_Spread_InputMan_CellType_KeyGroups_EditKeys">EditKeys</td>
        <td><p>Represents the keys for editing.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_KeyGroups_Indicator">Indicator</td>
        <td><p>Represents the indicator keys.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_KeyGroups_MathKeys">MathKeys</td>
        <td><p>Represents the math operation keys.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_KeyGroups_MemoryKeys">MemoryKeys</td>
        <td><p>Represents the memory operation keys.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_KeyGroups_NumKeys">NumKeys</td>
        <td><p>Reresents the number input keys.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_KeyGroups_Output">Output</td>
        <td><p>Represents the key for output.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_KeyGroups_ResetKeys">ResetKeys</td>
        <td><p>Represnts the reset keys.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
