# GrapeCity.Spreadsheet.Commands.TableActions

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_Commands_TableActions" data-uid="GrapeCity.Spreadsheet.Commands.TableActions" class="text-break">TableActions Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the table range actions.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.Commands.html">GrapeCity.Spreadsheet.Commands</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Commands_TableActions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum TableActions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum TableActions</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_Spreadsheet_Commands_TableActions_AutoShowTotal">AutoShowTotal</td>
        <td><p>Auto show total without shift range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_TableActions_Clear">Clear</td>
        <td><p>Clears the table range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_TableActions_ConvertToRange">ConvertToRange</td>
        <td><p>Convert table to range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_TableActions_Copy">Copy</td>
        <td><p>Copies the table range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_TableActions_Create">Create</td>
        <td><p>Create the table.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_TableActions_ExtendRow">ExtendRow</td>
        <td><p>Increases the row count of table by 1.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_TableActions_ExtendTableColumn">ExtendTableColumn</td>
        <td><p>Insert new column to extend table in right direction.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_TableActions_ExtendTableRow">ExtendTableRow</td>
        <td><p>Insert new row to extend table in downward direction.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_TableActions_InsertColumns">InsertColumns</td>
        <td><p>Insert a column to the table.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_TableActions_InsertRows">InsertRows</td>
        <td><p>Insert a row to the table.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_TableActions_Move">Move</td>
        <td><p>Moves the table range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_TableActions_MoveColumn">MoveColumn</td>
        <td><p>Move table column</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_TableActions_MoveRow">MoveRow</td>
        <td><p>MoveRow</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_TableActions_RemoveColumns">RemoveColumns</td>
        <td><p>Remove columns of the table.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_TableActions_RemoveRows">RemoveRows</td>
        <td><p>Remove rows of the table.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_TableActions_Rename">Rename</td>
        <td><p>Rename the table.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_TableActions_Resize">Resize</td>
        <td><p>Resize the table.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_TableActions_ResizeAndResetFormula">ResizeAndResetFormula</td>
        <td><p>Resize table and reset formula in new extended range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_TableActions_SetCalculatedColumn">SetCalculatedColumn</td>
        <td><p>Set a column to calculated com.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_TableActions_ShowHideFilterButtons">ShowHideFilterButtons</td>
        <td><p>Show or hide filter buttons.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_TableActions_ShowHideHeader">ShowHideHeader</td>
        <td><p>Show or hide header row.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_TableActions_ShowHideTotal">ShowHideTotal</td>
        <td><p>Show or hide total row.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_TableActions_StyleBandedColumn">StyleBandedColumn</td>
        <td><p>Apply or unapply banded column style on the table.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_TableActions_StyleBandedRow">StyleBandedRow</td>
        <td><p>Apply or unapply banded row style on the table.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_TableActions_StyleFirstColumn">StyleFirstColumn</td>
        <td><p>Apply or unapply first column style on the table.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Commands_TableActions_StyleLastColumn">StyleLastColumn</td>
        <td><p>Apply or unapply last column style on the table.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
