# FarPoint.Win.Spread.UndoRedo.UndoAction.CreateOutlineAction

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_UndoRedo_UndoAction_CreateOutlineAction_" data-uid="FarPoint.Win.Spread.UndoRedo.UndoAction.CreateOutlineAction*">CreateOutlineAction Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_UndoRedo_UndoAction_CreateOutlineAction_" data-uid="FarPoint.Win.Spread.UndoRedo.UndoAction.CreateOutlineAction*"></a>
<h4 id="FarPoint_Win_Spread_UndoRedo_UndoAction_CreateOutlineAction_GrapeCity_Spreadsheet_Commands_RowColumnActionsCommand_GroupActions_" data-uid="FarPoint.Win.Spread.UndoRedo.UndoAction.CreateOutlineAction(GrapeCity.Spreadsheet.Commands.RowColumnActionsCommand.GroupActions)">CreateOutlineAction(GroupActions)</h4>
<div class="markdown level1 summary"><p>Create Outline Undo action.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static UndoAction CreateOutlineAction(RowColumnActionsCommand.GroupActions action)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function CreateOutlineAction(action As RowColumnActionsCommand.GroupActions) As UndoAction</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="xref">RowColumnActionsCommand</span>.<span class="xref">GroupActions</span></td>
      <td><span class="parametername">action</span></td>
      <td><p>The outline type</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.UndoRedo.UndoAction.html">UndoAction</a></td>
      <td><p>The outline undo action</p>
</td>
    </tr>
  </tbody>
</table>
</div>
