# GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands" class="text-break">FieldsEditingCommands Class
</h1>
  <div class="markdown level0 summary"><p>Provides a set of <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.html">FieldsEditorControl</a> related field editing commands.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">FieldsEditingCommands</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.html">GrapeCity.Wpf.SpreadSheet.CellType.Editors</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Wpf.SpreadSheet.CellType.dll</h6>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public static class FieldsEditingCommands</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Module FieldsEditingCommands</code></pre>
  </div>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>
      The commands in the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.html">FieldsEditingCommands</a> class and commands in the other command library classes,
      such as <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.applicationcommands">ApplicationCommands</a>, are intended to represent a set of 
      common commands that <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.html">FieldsEditorControl</a> programmers encounter frequently. The commands only represent 
      the instance of the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.routedcommand">RoutedCommand</a> and not the implementation logic for the command. 
      The implementation logic is bound to the command with a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.commandbinding">CommandBinding</a>. 
      For example, if the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.MoveLeftByField.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_MoveLeftByField">MoveLeftByField</a> command is executed on a IM control, the logic which performs 
      the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.MoveLeftByField.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_MoveLeftByField">MoveLeftByField</a> command may not be provided by the IM control, so the application writer will 
      be responsible for writing the logic that determines how the IM control will handle the command.
    </p>
<p>
      IM <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl.html">FieldsEditorControl</a> controls (<span class="xref">GrapeCity.Windows.InputMan.GcDateTime</span>, <span class="xref">GrapeCity.Windows.InputMan.GcMask</span> and <span class="xref">GrapeCity.Windows.InputMan.GcNumber</span>) do provide implementation logic 
      for many of the commands in the command library.
    </p>
<table><thead><tr><th class="term">Fields Editing Command</th><th class="description">Default key gesture</th></tr></thead><tbody><tr><td class="term">
      <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.Clear.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_Clear">Clear</a>
    </td><td class="description">F4</td></tr><tr><td class="term">
      <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.DeleteNextCharacter.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_DeleteNextCharacter">DeleteNextCharacter</a>
    </td><td class="description">Delete</td></tr><tr><td class="term">
      <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.DeleteNextCharactersByField.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_DeleteNextCharactersByField">DeleteNextCharactersByField</a>
    </td><td class="description">Ctrl+Delete</td></tr><tr><td class="term">
      <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.DeletePreviousCharacter.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_DeletePreviousCharacter">DeletePreviousCharacter</a>
    </td><td class="description">Backspace</td></tr><tr><td class="term">
      <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.DeletePreviousCharactersByField.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_DeletePreviousCharactersByField">DeletePreviousCharactersByField</a>
    </td><td class="description">Ctrl+Backspace</td></tr><tr><td class="term">
      <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.MoveLeftByCharacter.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_MoveLeftByCharacter">MoveLeftByCharacter</a>
    </td><td class="description">Left</td></tr><tr><td class="term">
      <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.MoveLeftByField.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_MoveLeftByField">MoveLeftByField</a>
    </td><td class="description">Ctrl+Left</td></tr><tr><td class="term">
      <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.MoveRightByCharacter.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_MoveRightByCharacter">MoveRightByCharacter</a>
    </td><td class="description">Right</td></tr><tr><td class="term">
      <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.MoveRightByField.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_MoveRightByField">MoveRightByField</a>
    </td><td class="description">Ctrl+Right</td></tr><tr><td class="term">
      <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.MoveToFirst.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_MoveToFirst">MoveToFirst</a>
    </td><td class="description">Home</td></tr><tr><td class="term">
      <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.MoveToFirstFieldStart.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_MoveToFirstFieldStart">MoveToFirstFieldStart</a>
    </td><td class="description">Ctrl+Home</td></tr><tr><td class="term">
      <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.MoveToLast.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_MoveToLast">MoveToLast</a>
    </td><td class="description">End</td></tr><tr><td class="term">
      <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.MoveToLastFieldEnd.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_MoveToLastFieldEnd">MoveToLastFieldEnd</a>
    </td><td class="description">Ctrl+End</td></tr><tr><td class="term">
      <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.NextField.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_NextField">NextField</a>
    </td><td class="description">-</td></tr><tr><td class="term">
      <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.NextFieldThenControl.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_NextFieldThenControl">NextFieldThenControl</a>
    </td><td class="description">-</td></tr><tr><td class="term">
      <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.PreviousField.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_PreviousField">PreviousField</a>
    </td><td class="description">-</td></tr><tr><td class="term">
      <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.PreviousFieldThenControl.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_PreviousFieldThenControl">PreviousFieldThenControl</a>
    </td><td class="description">-</td></tr><tr><td class="term">
      <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.SelectLeftByCharacter.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_SelectLeftByCharacter">SelectLeftByCharacter</a>
    </td><td class="description">Shift+Left</td></tr><tr><td class="term">
      <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.SelectLeftByField.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_SelectLeftByField">SelectLeftByField</a>
    </td><td class="description">Shift+Ctrl+Left</td></tr><tr><td class="term">
      <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.SelectRightByCharacter.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_SelectRightByCharacter">SelectRightByCharacter</a>
    </td><td class="description">Shift+Right</td></tr><tr><td class="term">
      <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.SelectRightByField.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_SelectRightByField">SelectRightByField</a>
    </td><td class="description">Shift+Ctrl+Right</td></tr><tr><td class="term">
      <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.SelectToFirst.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_SelectToFirst">SelectToFirst</a>
    </td><td class="description">Shift+Home</td></tr><tr><td class="term">
      <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.SelectToFirstFieldStart.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_SelectToFirstFieldStart">SelectToFirstFieldStart</a>
    </td><td class="description">Shift+Ctrl+Home</td></tr><tr><td class="term">
      <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.SelectToLast.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_SelectToLast">SelectToLast</a>
    </td><td class="description">Shift+End</td></tr><tr><td class="term">
      <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.SelectToLastFieldEnd.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_SelectToLastFieldEnd">SelectToLastFieldEnd</a>
    </td><td class="description">Shift+Ctrl+End</td></tr><tr><td class="term">
      <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.SpinDown.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_SpinDown">SpinDown</a>
    </td><td class="description">Down</td></tr><tr><td class="term">
      <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.SpinUp.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_SpinUp">SpinUp</a>
    </td><td class="description">Up</td></tr></tbody></table>
</div>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_examples"><strong>Examples</strong></h5>
  <p>
        The following example shows how to hook up a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.routedcommand">RoutedCommand</a> to an InputMan Control.
      </p>
<p>
        InputMan provides a library of commands which application programmers encounter regularly. 
        The classes which comprise the command library are: <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.html">FieldsEditingCommands</a>, 
        <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarCommands.html">CalendarCommands</a> and <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ControlNavigationCommands.html">ControlNavigationCommands</a>. 
        And some commands are defined in some classes of controls.
      </p>
<p>
        Many controls in InputMan do have built in support for some of the commands in the command library. 
        <span class="xref">GrapeCity.Windows.InputMan.GcTextBox</span>, for example, supports many of the application edit commands such as <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.applicationcommands.paste">Paste</a>, 
        <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.applicationcommands.copy">Copy</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.applicationcommands.cut">Cut</a> and <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.applicationcommands.undo">Undo</a>. 
        The application developer does not have to do anything special to get these commands to work with these controls. 
        If the <span class="xref">GrapeCity.Windows.InputMan.GcTextBox</span> is the command target when the command is executed, 
        it will handle the command using the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.commandbinding">CommandBinding</a> that is built into the control. 
      </p>
<p>
        The following shows how to use <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.keybinding">KeyBinding</a> as the command source for the command defined on 
        <span class="xref">GrapeCity.Windows.InputMan.GcDateTime</span>, where a <span class="xref">GrapeCity.Windows.InputMan.GcDateTime</span> is the target of the command. 
        All the logic that defines how the <span class="xref">GrapeCity.Windows.InputMan.GcDateTime</span> performs the operations is built into the 
        <span class="xref">GrapeCity.Windows.InputMan.GcDateTime</span> control. 
      </p>

  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_Clear" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.Clear">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.Clear.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_Clear">Clear</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.Clear command, which requests that the all characters would be deleted.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_DeleteNextCharacter" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.DeleteNextCharacter">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.DeleteNextCharacter.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_DeleteNextCharacter">DeleteNextCharacter</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.DeleteNextCharacter command, which requests that the backward character would be deleted.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_DeleteNextCharactersByField" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.DeleteNextCharactersByField">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.DeleteNextCharactersByField.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_DeleteNextCharactersByField">DeleteNextCharactersByField</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.DeleteNextCharactersByField command, which requests that would delete all the backward text on current editable field.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_DeletePreviousCharacter" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.DeletePreviousCharacter">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.DeletePreviousCharacter.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_DeletePreviousCharacter">DeletePreviousCharacter</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.DeletePreviousCharacter command, which requests that the character before the caret be deleted.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_DeletePreviousCharactersByField" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.DeletePreviousCharactersByField">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.DeletePreviousCharactersByField.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_DeletePreviousCharactersByField">DeletePreviousCharactersByField</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.DeletePreviousCharactersByField command, which requests that all the character before the caret on current field will be deleted.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_MoveLeftByCharacter" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.MoveLeftByCharacter">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.MoveLeftByCharacter.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_MoveLeftByCharacter">MoveLeftByCharacter</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.MoveLeftByCharacter command, which requests that the caret move to previous character on all editable fields.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_MoveLeftByField" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.MoveLeftByField">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.MoveLeftByField.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_MoveLeftByField">MoveLeftByField</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.MoveLeftByField command, which requests that the caret move to the start of preview editable field.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_MoveRightByCharacter" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.MoveRightByCharacter">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.MoveRightByCharacter.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_MoveRightByCharacter">MoveRightByCharacter</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.MoveRightByCharacter command, which requests that the caret move to next character on the editable field.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_MoveRightByField" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.MoveRightByField">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.MoveRightByField.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_MoveRightByField">MoveRightByField</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.MoveRightByField command, which requests that the caret move to the start of next editable field.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_MoveToFirst" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.MoveToFirst">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.MoveToFirst.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_MoveToFirst">MoveToFirst</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.MoveToFirst command, which requests that the caret move to the start of the first editable field.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_MoveToFirstFieldStart" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.MoveToFirstFieldStart">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.MoveToFirstFieldStart.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_MoveToFirstFieldStart">MoveToFirstFieldStart</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.MoveToFirstFieldStart command, which requests that the caret move to the start of the first field.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_MoveToLast" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.MoveToLast">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.MoveToLast.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_MoveToLast">MoveToLast</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.MoveToLast command, which requests that the caret move to the end of the last editable field.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_MoveToLastFieldEnd" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.MoveToLastFieldEnd">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.MoveToLastFieldEnd.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_MoveToLastFieldEnd">MoveToLastFieldEnd</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.MoveToLastFieldEnd command, which requests that the caret move to the end of the last field.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_NextField" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.NextField">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.NextField.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_NextField">NextField</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.NextField command, which requests that the caret move to next field on all editable fields.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_NextFieldThenControl" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.NextFieldThenControl">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.NextFieldThenControl.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_NextFieldThenControl">NextFieldThenControl</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.NextFieldThenControl command, which requests that the caret move to next field on all editable fields and then move focus out of control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_PreviousField" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.PreviousField">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.PreviousField.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_PreviousField">PreviousField</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.PreviousField command, which requests that the caret move to previous field on all editable fields.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_PreviousFieldThenControl" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.PreviousFieldThenControl">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.PreviousFieldThenControl.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_PreviousFieldThenControl">PreviousFieldThenControl</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.PreviousFieldThenControl command, which requests that the caret move to previous field on all editable fields and then move focus out of control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_SelectLeftByCharacter" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.SelectLeftByCharacter">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.SelectLeftByCharacter.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_SelectLeftByCharacter">SelectLeftByCharacter</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.SelectLeftByCharacter command, which requests that the current selection be expanded to preview character.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_SelectLeftByField" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.SelectLeftByField">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.SelectLeftByField.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_SelectLeftByField">SelectLeftByField</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.SelectLeftByField command, which requests that the current selection be extended to the field's start position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_SelectRightByCharacter" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.SelectRightByCharacter">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.SelectRightByCharacter.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_SelectRightByCharacter">SelectRightByCharacter</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.SelectRightByCharacter command, which requests that the current selection be expanded to next character.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_SelectRightByField" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.SelectRightByField">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.SelectRightByField.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_SelectRightByField">SelectRightByField</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.SelectRightByField command, which requests that the current selection be extended to the field's end position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_SelectToFirst" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.SelectToFirst">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.SelectToFirst.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_SelectToFirst">SelectToFirst</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.SelectToFirst command, which requests that the current selection be expanded to start of the first editable field.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_SelectToFirstFieldStart" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.SelectToFirstFieldStart">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.SelectToFirstFieldStart.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_SelectToFirstFieldStart">SelectToFirstFieldStart</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.SelectToFirstFieldStart command, which requests that the current selection be expanded to the start of first field.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_SelectToLast" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.SelectToLast">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.SelectToLast.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_SelectToLast">SelectToLast</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.SelectToLast command, which requests that the current selection be expanded to the end of the last editable field.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_SelectToLastFieldEnd" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.SelectToLastFieldEnd">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.SelectToLastFieldEnd.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_SelectToLastFieldEnd">SelectToLastFieldEnd</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.SelectToLastFieldEnd command, which requests that the current selection be expanded to the end of the last field.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_SpinDown" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.SpinDown">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.SpinDown.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_SpinDown">SpinDown</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.SpinDown.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_SpinDown">SpinDown</a> command, which requests that value should be decreased.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_SpinUp" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.SpinUp">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.SpinUp.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_SpinUp">SpinUp</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.SpinUp.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_SpinUp">SpinUp</a> command, which requests that value should be increased.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
