# GrapeCity.Wpf.SpreadSheet.BuiltInCommands

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands" class="text-break">BuiltInCommands Class
</h1>
  <div class="markdown level0 summary"><p>Represents all built-in commands of <a class="xref" href="GrapeCity.Wpf.SpreadSheet.GcSpreadSheet.html">GcSpreadSheet</a>.</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">BuiltInCommands</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Wpf.SpreadSheet.html">GrapeCity.Wpf.SpreadSheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Wpf.SpreadSheet.dll</h6>
  <h5 id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public static class BuiltInCommands</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Module BuiltInCommands</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>
    <tbody>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_AlignCells" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.AlignCells">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.AlignCells.html">AlignCells</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_ApplyBuiltInCellStyle" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ApplyBuiltInCellStyle">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ApplyBuiltInCellStyle.html">ApplyBuiltInCellStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Apply the built-in cell style number format with two decimal places.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_ApplyFilterSelection" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ApplyFilterSelection">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ApplyFilterSelection.html">ApplyFilterSelection</a>
        </td>
        <td class="markdown level1 summary"><p>Apply filter for current selection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_AutoSumSelectedCells" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.AutoSumSelectedCells">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.AutoSumSelectedCells.html">AutoSumSelectedCells</a>
        </td>
        <td class="markdown level1 summary"><p>[Alt-=] Places SUM formula(s) below the selection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_Backspace" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.Backspace">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.Backspace.html">Backspace</a>
        </td>
        <td class="markdown level1 summary"><p>[Backspace] Enters cell edit mode with empty text in the cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_Bold" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.Bold">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.Bold.html">Bold</a>
        </td>
        <td class="markdown level1 summary"><p>[Ctrl-B] [Ctrl-2] Toggles bolding on and off for the current selection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_CalculateWorksheets" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.CalculateWorksheets">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.CalculateWorksheets.html">CalculateWorksheets</a>
        </td>
        <td class="markdown level1 summary"><p>[F9] Calculate all worksheets in all open workbooks.
[Shift-F9] Calculate the active worksheet only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_CancelEditing" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.CancelEditing">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.CancelEditing.html">CancelEditing</a>
        </td>
        <td class="markdown level1 summary"><p>[Esc] Pressing the escape key while editing a cell aborts the operation and leaves the cell in it's original state.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_CheckAutoFilterAndSortAvailability" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.CheckAutoFilterAndSortAvailability">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.CheckAutoFilterAndSortAvailability.html">CheckAutoFilterAndSortAvailability</a>
        </td>
        <td class="markdown level1 summary"><p>Check AutoFilter and Sort availability.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_CheckAutoFilterAvailability" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.CheckAutoFilterAvailability">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.CheckAutoFilterAvailability.html">CheckAutoFilterAvailability</a>
        </td>
        <td class="markdown level1 summary"><p>Check AutoFilter availability.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_CheckCustomSortAvailability" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.CheckCustomSortAvailability">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.CheckCustomSortAvailability.html">CheckCustomSortAvailability</a>
        </td>
        <td class="markdown level1 summary"><p>Check custom sort availability.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_ClearAll" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ClearAll">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ClearAll.html">ClearAll</a>
        </td>
        <td class="markdown level1 summary"><p>Clear all from selected cells</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_ClearFilterSelection" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ClearFilterSelection">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ClearFilterSelection.html">ClearFilterSelection</a>
        </td>
        <td class="markdown level1 summary"><p>Clear sort filter for current selected autofilter.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_ClearFormat" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ClearFormat">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ClearFormat.html">ClearFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Clear format from selected cells</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_ClearSortFilterSelection" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ClearSortFilterSelection">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ClearSortFilterSelection.html">ClearSortFilterSelection</a>
        </td>
        <td class="markdown level1 summary"><p>Clear sort filter and sort for current selected autofilter.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_CopyFormulaFromCellAbove" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.CopyFormulaFromCellAbove">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.CopyFormulaFromCellAbove.html">CopyFormulaFromCellAbove</a>
        </td>
        <td class="markdown level1 summary"><p>[Ctrl-'] Copies the formula in the cell above to the active (current) current cell and leaves the cell in edit mode.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_CopySelectedCells" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.CopySelectedCells">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.CopySelectedCells.html">CopySelectedCells</a>
        </td>
        <td class="markdown level1 summary"><p>[Ctrl-C] Copy puts everything on the clipboard: text, formulas, formatting, borders, fills, etc.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_CopyValueFromCellAbove" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.CopyValueFromCellAbove">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.CopyValueFromCellAbove.html">CopyValueFromCellAbove</a>
        </td>
        <td class="markdown level1 summary"><p>[Ctrl-Shift-&quot;] Copies the value in the cell above to the selected cell and leaves the cell in edit mode. If the cell above is a formula, only the value is copied.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_CurrencyFormat" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.CurrencyFormat">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.CurrencyFormat.html">CurrencyFormat</a>
        </td>
        <td class="markdown level1 summary"><p>[Ctrl-Shift-$] Apply the Currency format with two decimal places.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_CutSelectedCells" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.CutSelectedCells">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.CutSelectedCells.html">CutSelectedCells</a>
        </td>
        <td class="markdown level1 summary"><p>[Ctrl-X] Cut puts everything on the clipboard: text, formulas, formatting, borders, fills, etc.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_DateFormat" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.DateFormat">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.DateFormat.html">DateFormat</a>
        </td>
        <td class="markdown level1 summary"><p>[Ctrl-Shift-#] Apply the Date format with the day, month, and year.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_Delete" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.Delete">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.Delete.html">Delete</a>
        </td>
        <td class="markdown level1 summary"><p>[Delete] Deletes the cell value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_EditActiveCell" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.EditActiveCell">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.EditActiveCell.html">EditActiveCell</a>
        </td>
        <td class="markdown level1 summary"><p>[F2] Enters cell edit mode with the cursor at the end of the last line of text in the cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_EditWorksheetName" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.EditWorksheetName">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.EditWorksheetName.html">EditWorksheetName</a>
        </td>
        <td class="markdown level1 summary"><p>Start editing name of the active worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_EnterArrayFormula" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.EnterArrayFormula">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.EnterArrayFormula.html">EnterArrayFormula</a>
        </td>
        <td class="markdown level1 summary"><p>[Ctrl-Shift-Enter] Enter an array formula.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_EnterSameDataInMultipleCells" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.EnterSameDataInMultipleCells">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.EnterSameDataInMultipleCells.html">EnterSameDataInMultipleCells</a>
        </td>
        <td class="markdown level1 summary"><p>[Ctrl-Enter] With multiple cells selected, this shortcut will enter the same data in all cells in the selection at once.
With a single cell selected, this shortcut will enter a value and leave the same cell selected.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_ExtendLastCellDownSelection" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ExtendLastCellDownSelection">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ExtendLastCellDownSelection.html">ExtendLastCellDownSelection</a>
        </td>
        <td class="markdown level1 summary"><p>[Ctrl-Shift-Down] Extend the entire bottom edge of the current selection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_ExtendLastCellLeftSelection" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ExtendLastCellLeftSelection">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ExtendLastCellLeftSelection.html">ExtendLastCellLeftSelection</a>
        </td>
        <td class="markdown level1 summary"><p>[Ctrl-Shift-Left] Extend the entire left edge of the current selection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_ExtendLastCellRightSelection" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ExtendLastCellRightSelection">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ExtendLastCellRightSelection.html">ExtendLastCellRightSelection</a>
        </td>
        <td class="markdown level1 summary"><p>[Ctrl-Shift-Right] Extend the entire right edge of the current selection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_ExtendLastCellUpSelection" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ExtendLastCellUpSelection">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ExtendLastCellUpSelection.html">ExtendLastCellUpSelection</a>
        </td>
        <td class="markdown level1 summary"><p>[Ctrl-Shift-Up] Extend the entire top edge of the current selection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_ExtendOneCellDownSelection" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ExtendOneCellDownSelection">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ExtendOneCellDownSelection.html">ExtendOneCellDownSelection</a>
        </td>
        <td class="markdown level1 summary"><p>[Shift-Down] Extend the entire bottom edge of the current selection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_ExtendOneCellLeftSelection" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ExtendOneCellLeftSelection">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ExtendOneCellLeftSelection.html">ExtendOneCellLeftSelection</a>
        </td>
        <td class="markdown level1 summary"><p>[Shift-Left] Extend the entire left edge of the current selection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_ExtendOneCellRightSelection" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ExtendOneCellRightSelection">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ExtendOneCellRightSelection.html">ExtendOneCellRightSelection</a>
        </td>
        <td class="markdown level1 summary"><p>[Shift-Right] Extend the entire right edge of the current selection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_ExtendOneCellUpSelection" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ExtendOneCellUpSelection">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ExtendOneCellUpSelection.html">ExtendOneCellUpSelection</a>
        </td>
        <td class="markdown level1 summary"><p>[Shift-Up] Extend the entire top edge of the current selection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_ExtendOneScreenDownSelection" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ExtendOneScreenDownSelection">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ExtendOneScreenDownSelection.html">ExtendOneScreenDownSelection</a>
        </td>
        <td class="markdown level1 summary"><p>[Shift-PgDn] The distance moved down depends on the size of the worksheet window.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_ExtendOneScreenLeftSelection" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ExtendOneScreenLeftSelection">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ExtendOneScreenLeftSelection.html">ExtendOneScreenLeftSelection</a>
        </td>
        <td class="markdown level1 summary"><p>[Alt-Shift-PgUp] Extends the current selection one screen to the left.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_ExtendOneScreenRightSelection" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ExtendOneScreenRightSelection">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ExtendOneScreenRightSelection.html">ExtendOneScreenRightSelection</a>
        </td>
        <td class="markdown level1 summary"><p>[Alt-Shift-PgDn] Extends the current selection one screen to the right.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_ExtendOneScreenUpSelection" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ExtendOneScreenUpSelection">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ExtendOneScreenUpSelection.html">ExtendOneScreenUpSelection</a>
        </td>
        <td class="markdown level1 summary"><p>[Shift-PgUp] The distance moved up depends on the size of the worksheet window.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_FontBoldCommand" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.FontBoldCommand">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.FontBoldCommand.html">FontBoldCommand</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_FontCommand" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.FontCommand">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.FontCommand.html">FontCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Adjust selection cells Vertical/Horizontal Alignment</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_FontItalicCommand" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.FontItalicCommand">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.FontItalicCommand.html">FontItalicCommand</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_FontUnderlineCommand" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.FontUnderlineCommand">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.FontUnderlineCommand.html">FontUnderlineCommand</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_FormatCells" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.FormatCells">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.FormatCells.html">FormatCells</a>
        </td>
        <td class="markdown level1 summary"><p>[Ctrl-1] Displays the Format Cells dialog box with the &quot;last tab used&quot; selected.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_GeneralFormat" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.GeneralFormat">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.GeneralFormat.html">GeneralFormat</a>
        </td>
        <td class="markdown level1 summary"><p>[Ctrl-Shift-~] Apply the General number format.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_HideUnhideRowsColumns" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.HideUnhideRowsColumns">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.HideUnhideRowsColumns.html">HideUnhideRowsColumns</a>
        </td>
        <td class="markdown level1 summary"><p>[Ctrl-0] Hide columns that intersect the current selection.
[Ctrl-9] Hide rows that intersect the current selection.
[Ctrl-Shift-0] Unhide any hidden columns that intersect the current selection.
[Ctrl-Shift-9] Unhide any hidden rows that intersect the current selection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_InsertCurrentDate" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.InsertCurrentDate">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.InsertCurrentDate.html">InsertCurrentDate</a>
        </td>
        <td class="markdown level1 summary"><p>[Ctrl-;] Insert the current date as a fixed value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_InsertCurrentTime" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.InsertCurrentTime">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.InsertCurrentTime.html">InsertCurrentTime</a>
        </td>
        <td class="markdown level1 summary"><p>[Ctrl-Shift-:] Insert the current time as a fixed value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_InsertIndent" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.InsertIndent">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.InsertIndent.html">InsertIndent</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_Italic" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.Italic">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.Italic.html">Italic</a>
        </td>
        <td class="markdown level1 summary"><p>[Ctrl-I] [Ctrl+3] Toggles italics on and off for the current selection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_MoveActiveCell" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.MoveActiveCell">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.MoveActiveCell.html">MoveActiveCell</a>
        </td>
        <td class="markdown level1 summary"><p>[Enter] Cycle through every cell in a selection, moving from top left to bottom right.
[Shift-Enter] Cycle through every cell in a selection, moving from bottom right to top left.
[Tab] Move the active cell right one cell when there are multiple cells selected.
[Shift-Tab] Move the active cell left one cell when there are multiple cells selected.
[Ctrl-.] Cycle through every cell in a selection, moving from top left to bottom right.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_MoveDown" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.MoveDown">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.MoveDown.html">MoveDown</a>
        </td>
        <td class="markdown level1 summary"><p>[Down] Moves current selection one cell below the active selection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_MoveDownByScreen" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.MoveDownByScreen">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.MoveDownByScreen.html">MoveDownByScreen</a>
        </td>
        <td class="markdown level1 summary"><p>[PgDn] Moves current selection one screen below the active selection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_MoveDownDataEdge" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.MoveDownDataEdge">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.MoveDownDataEdge.html">MoveDownDataEdge</a>
        </td>
        <td class="markdown level1 summary"><p>[Ctrl-Down] If the active cell is empty, Spread will stop on the first non-empty cell below the active cell. If the active cell is non-empty, Spread will stop on the last non-empty cell below the active cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_MoveLastCellDown" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.MoveLastCellDown">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.MoveLastCellDown.html">MoveLastCellDown</a>
        </td>
        <td class="markdown level1 summary"><p>[Ctrl + Down] Moves the current selection to the next non empty row in column data cell;</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_MoveLastCellLeft" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.MoveLastCellLeft">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.MoveLastCellLeft.html">MoveLastCellLeft</a>
        </td>
        <td class="markdown level1 summary"><p>[Ctrl + Left] Moves current selection to the previous non empty column in row data cell;</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_MoveLastCellRight" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.MoveLastCellRight">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.MoveLastCellRight.html">MoveLastCellRight</a>
        </td>
        <td class="markdown level1 summary"><p>[Ctrl + Right] Moves the current seleciton to the next non empty column in row data cell;</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_MoveLastCellUp" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.MoveLastCellUp">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.MoveLastCellUp.html">MoveLastCellUp</a>
        </td>
        <td class="markdown level1 summary"><p>[Ctrl + Up] Moves the current selection to the previous non empty row in column data cell;</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_MoveLeft" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.MoveLeft">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.MoveLeft.html">MoveLeft</a>
        </td>
        <td class="markdown level1 summary"><p>[Left] Moves current selection one cell to the left of the active selection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_MoveLeftByScreen" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.MoveLeftByScreen">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.MoveLeftByScreen.html">MoveLeftByScreen</a>
        </td>
        <td class="markdown level1 summary"><p>[Alt-PgUp] Moves current selection one screen to the left of the active selection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_MoveLeftDataEdge" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.MoveLeftDataEdge">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.MoveLeftDataEdge.html">MoveLeftDataEdge</a>
        </td>
        <td class="markdown level1 summary"><p>[Ctrl-Left] If the active cell is empty, Spread will stop on the first non-empty cell to the left. If the active cell is non-empty, Spread will stop on the last non-empty cell to the left..</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_MoveRight" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.MoveRight">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.MoveRight.html">MoveRight</a>
        </td>
        <td class="markdown level1 summary"><p>[Right] Moves current selection one cell to the right of the active selection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_MoveRightByScreen" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.MoveRightByScreen">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.MoveRightByScreen.html">MoveRightByScreen</a>
        </td>
        <td class="markdown level1 summary"><p>[Alt-PgDn] Moves current selection one screen to the right of the active selection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_MoveRightDataEdge" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.MoveRightDataEdge">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.MoveRightDataEdge.html">MoveRightDataEdge</a>
        </td>
        <td class="markdown level1 summary"><p>[Ctrl-Right] If the active cell is empty, Spread will stop on the first non-empty cell to the right. If the active cell is non-empty, Spread will stop on the last non-empty cell to the right.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_MoveToFirstCell" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.MoveToFirstCell">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.MoveToFirstCell.html">MoveToFirstCell</a>
        </td>
        <td class="markdown level1 summary"><p>[Ctrl+Home] If freeze pane is enabled, this shortcut will go to the upper left cell in the current pane. If freeze pane is not enabled, this shortcut will go the cell upper left cell in the worksheet (A1).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_MoveToFirstCellInRow" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.MoveToFirstCellInRow">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.MoveToFirstCellInRow.html">MoveToFirstCellInRow</a>
        </td>
        <td class="markdown level1 summary"><p>[Home] Moves to beginning of row.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_MoveToLastCell" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.MoveToLastCell">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.MoveToLastCell.html">MoveToLastCell</a>
        </td>
        <td class="markdown level1 summary"><p>[Ctrl+End] The last cell is at the intersection of the last row that contains data and the last column that contains data. The last cell may or may not contain data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_MoveToLastCellInRow" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.MoveToLastCellInRow">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.MoveToLastCellInRow.html">MoveToLastCellInRow</a>
        </td>
        <td class="markdown level1 summary"><p>[End] Moves to ending of row.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_MoveUp" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.MoveUp">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.MoveUp.html">MoveUp</a>
        </td>
        <td class="markdown level1 summary"><p>[Up] Moves current selection one above the active selection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_MoveUpByScreen" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.MoveUpByScreen">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.MoveUpByScreen.html">MoveUpByScreen</a>
        </td>
        <td class="markdown level1 summary"><p>[PgUp] Moves current selection one screen above the active selection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_MoveUpDataEdge" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.MoveUpDataEdge">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.MoveUpDataEdge.html">MoveUpDataEdge</a>
        </td>
        <td class="markdown level1 summary"><p>[Ctrl-Up] If the active cell is empty, Spread will stop on the first non-empty cell above the active cell. If the active cell is non-empty, Spread will stop on the last non-empty cell above the active cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_NumberFormat" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.NumberFormat">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.NumberFormat.html">NumberFormat</a>
        </td>
        <td class="markdown level1 summary"><p>[Ctrl-Shift-!] Apply the Number format with two decimal places, thousands separator, and minus sign (-) for negative values.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_PagesCommand" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.PagesCommand">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.PagesCommand.html">PagesCommand</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_PasteContentFromClipboard" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.PasteContentFromClipboard">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.PasteContentFromClipboard.html">PasteContentFromClipboard</a>
        </td>
        <td class="markdown level1 summary"><p>[Ctrl-V] Paste will paste everything on the clipboard, both content and formatting.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_PercentageFormat" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.PercentageFormat">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.PercentageFormat.html">PercentageFormat</a>
        </td>
        <td class="markdown level1 summary"><p>[Ctrl-Shift-%] Apply the Percentage format with no decimal places.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_ReApplySortFilterSelection" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ReApplySortFilterSelection">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ReApplySortFilterSelection.html">ReApplySortFilterSelection</a>
        </td>
        <td class="markdown level1 summary"><p>Re-apply sort filter for current selected autofilter.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_ScientificFormat" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ScientificFormat">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ScientificFormat.html">ScientificFormat</a>
        </td>
        <td class="markdown level1 summary"><p>[Ctrl-Shift-^] Apply the Scientific number format with two decimal places.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_SelectActiveCell" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.SelectActiveCell">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.SelectActiveCell.html">SelectActiveCell</a>
        </td>
        <td class="markdown level1 summary"><p>[Shift+Backspace] When multiple cells are selected, this shortcut will leave only the active cell selected.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_SelectEntireColumn" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.SelectEntireColumn">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.SelectEntireColumn.html">SelectEntireColumn</a>
        </td>
        <td class="markdown level1 summary"><p>[Ctrl-Space] Select the entire column of the current selection. If the current selection spans multiple columns, all columns that intersect the selection will be selected.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_SelectEntireRow" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.SelectEntireRow">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.SelectEntireRow.html">SelectEntireRow</a>
        </td>
        <td class="markdown level1 summary"><p>[Shift-Space] Select the entire row of the current selection. If the current selection spans multiple rows, all rows that intersect the selection will be selected.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_SelectEntireTableOrWorksheet" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.SelectEntireTableOrWorksheet">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.SelectEntireTableOrWorksheet.html">SelectEntireTableOrWorksheet</a>
        </td>
        <td class="markdown level1 summary"><p>[Ctrl-A] Select the entire table or worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_ShapeBringForward" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ShapeBringForward">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ShapeBringForward.html">ShapeBringForward</a>
        </td>
        <td class="markdown level1 summary"><p>Bring shape forward.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_ShapeBringToFront" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ShapeBringToFront">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ShapeBringToFront.html">ShapeBringToFront</a>
        </td>
        <td class="markdown level1 summary"><p>Bring shape to the front.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_ShapeGroup" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ShapeGroup">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ShapeGroup.html">ShapeGroup</a>
        </td>
        <td class="markdown level1 summary"><p>Group the selected drawing object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_ShapeReGroup" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ShapeReGroup">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ShapeReGroup.html">ShapeReGroup</a>
        </td>
        <td class="markdown level1 summary"><p>Re-group the drawing objects.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_ShapeSendBackward" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ShapeSendBackward">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ShapeSendBackward.html">ShapeSendBackward</a>
        </td>
        <td class="markdown level1 summary"><p>Send shape backward.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_ShapeSendToBack" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ShapeSendToBack">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ShapeSendToBack.html">ShapeSendToBack</a>
        </td>
        <td class="markdown level1 summary"><p>Send shape to the back.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_ShapeUnGroup" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ShapeUnGroup">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ShapeUnGroup.html">ShapeUnGroup</a>
        </td>
        <td class="markdown level1 summary"><p>Un-group the selected drawing object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_ShowActiveCell" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ShowActiveCell">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ShowActiveCell.html">ShowActiveCell</a>
        </td>
        <td class="markdown level1 summary"><p>[Ctrl+Backspace] Scroll the screen to show the active cell on the worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_ShowSubEditor" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ShowSubEditor">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.ShowSubEditor.html">ShowSubEditor</a>
        </td>
        <td class="markdown level1 summary"><p>[Alt - Down] Show subeditor if celltype has sub editor.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_SortSelection" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.SortSelection">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.SortSelection.html">SortSelection</a>
        </td>
        <td class="markdown level1 summary"><p>Sort by Ascending/Descending for current selection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_StopEditing" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.StopEditing">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.StopEditing.html">StopEditing</a>
        </td>
        <td class="markdown level1 summary"><p>Enters a value and leave the same cell selected.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_StopSheetTabEditing" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.StopSheetTabEditing">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.StopSheetTabEditing.html">StopSheetTabEditing</a>
        </td>
        <td class="markdown level1 summary"><p>Enters a value and leave the same sheet's tab selected.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_Strikethrough" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.Strikethrough">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.Strikethrough.html">Strikethrough</a>
        </td>
        <td class="markdown level1 summary"><p>[Ctrl-5] Toggles strikethrough on and off for the current selection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_TimeFormat" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.TimeFormat">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.TimeFormat.html">TimeFormat</a>
        </td>
        <td class="markdown level1 summary"><p>[Ctrl-Shift-@] Apply the Time format with the hour and minute, and indicate A.M. or P.M.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_Underscoring" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.Underscoring">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.Underscoring.html">Underscoring</a>
        </td>
        <td class="markdown level1 summary"><p>[Ctrl-U] [Ctrl+4] Toggles underlining on and off for the current selection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BuiltInCommands_WrapText" data-uid="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.WrapText">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BuiltInCommands.WrapText.html">WrapText</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
