# C1.WPF.FlexGrid.ContextMenuCommands

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_FlexGrid_ContextMenuCommands" data-uid="C1.WPF.FlexGrid.ContextMenuCommands" class="text-break">ContextMenuCommands Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies commands that may be executed from the context menu.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.FlexGrid.html">C1.WPF.FlexGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.FlexSheet.4.6.2.dll</h6>
  <h5 id="C1_WPF_FlexGrid_ContextMenuCommands_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ContextMenuCommands</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ContextMenuCommands</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="C1_WPF_FlexGrid_ContextMenuCommands_Clear">Clear</td>
        <td><p>Clear the content of the selection without copying it to the clipboard.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_ContextMenuCommands_Copy">Copy</td>
        <td><p>Copy the selection to the clipboard.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_ContextMenuCommands_Cut">Cut</td>
        <td><p>Cut the selection to the clipboard.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_ContextMenuCommands_DeleteColumns">DeleteColumns</td>
        <td><p>Delete the selected columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_ContextMenuCommands_DeleteRows">DeleteRows</td>
        <td><p>Delete the selected rows.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_ContextMenuCommands_InsertColumns">InsertColumns</td>
        <td><p>Insert new columns at the cursor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_ContextMenuCommands_InsertRows">InsertRows</td>
        <td><p>Insert new rows at the cursor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_ContextMenuCommands_Paste">Paste</td>
        <td><p>Paste the contents of the selection over the current selection.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
