# C1.Win.C1Editor.Table.Action

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_C1Editor_Table_Action" data-uid="C1.Win.C1Editor.Table.Action" class="text-break">Table.Action Enum
</h1>
  <div class="markdown level0 summary"><p>Determines the action to perform on the table.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Editor.html">C1.Win.C1Editor</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Editor.4.8.dll</h6>
  <h5 id="C1_Win_C1Editor_Table_Action_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum Table.Action</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum Table.Action</code></pre>
  </div>
  <h5 id="C1_Win_C1Editor_Table_Action_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Use this when you call the <a class="xref" href="C1.Win.C1Editor.Table.CanExecute.html#C1_Win_C1Editor_Table_CanExecute_C1_Win_C1Editor_Table_Action_">CanExecute(Action)</a> method or the <a class="xref" href="C1.Win.C1Editor.Table.Execute.html#C1_Win_C1Editor_Table_Execute_C1_Win_C1Editor_Table_Action_">Execute(Action)</a> method to specify
what dialog type to show.</p>
</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_Win_C1Editor_Table_Action_DeleteColumns">DeleteColumns</td>
        <td><p>Deletes the selected table columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_Table_Action_DeleteRows">DeleteRows</td>
        <td><p>Deletes the selected table rows.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_Table_Action_DeleteTable">DeleteTable</td>
        <td><p>Deletes the selected table.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_Table_Action_InsertColumnAfter">InsertColumnAfter</td>
        <td><p>Inserts a column after the selected column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_Table_Action_InsertColumnBefore">InsertColumnBefore</td>
        <td><p>Inserts a column before the selected column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_Table_Action_InsertRowAbove">InsertRowAbove</td>
        <td><p>Inserts a row above the selected row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_Table_Action_InsertRowBelow">InsertRowBelow</td>
        <td><p>Inserts a row below the selected row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_Table_Action_MergeCells">MergeCells</td>
        <td><p>Merges the selected cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_Table_Action_SelectCell">SelectCell</td>
        <td><p>Selects all text in the cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_Table_Action_SelectColumn">SelectColumn</td>
        <td><p>Selects all cell in the table column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_Table_Action_SelectRow">SelectRow</td>
        <td><p>Selects all cells in the table row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_Table_Action_SelectTable">SelectTable</td>
        <td><p>Selects all cells in the table.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_Table_Action_SplitCells">SplitCells</td>
        <td><p>Splits the selected cell.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
