# FarPoint.Win.Spread.UndoRedo.UndoManager.Redo

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_UndoRedo_UndoManager_Redo_" data-uid="FarPoint.Win.Spread.UndoRedo.UndoManager.Redo*">Redo Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_UndoRedo_UndoManager_Redo_" data-uid="FarPoint.Win.Spread.UndoRedo.UndoManager.Redo*"></a>
<h4 id="FarPoint_Win_Spread_UndoRedo_UndoManager_Redo" data-uid="FarPoint.Win.Spread.UndoRedo.UndoManager.Redo">Redo()</h4>
<div class="markdown level1 summary"><p>Redoes the last action undone with Undo and adds it to the undo list.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool Redo()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function Redo() As Boolean</code></pre>
</div>
<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="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><p>True if successful</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_UndoRedo_UndoManager_Redo_" data-uid="FarPoint.Win.Spread.UndoRedo.UndoManager.Redo*"></a>
<h4 id="FarPoint_Win_Spread_UndoRedo_UndoManager_Redo_System_Int32_" data-uid="FarPoint.Win.Spread.UndoRedo.UndoManager.Redo(System.Int32)">Redo(int)</h4>
<div class="markdown level1 summary"><p>Redoes the specified number of actions and adds them to the undo list.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool Redo(int count)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function Redo(count As Integer) As Boolean</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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">count</span></td>
      <td><p>Number of actions to redo, or -1 to redo all pending actions</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="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><p>True if successful</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_UndoRedo_UndoManager_Redo_" data-uid="FarPoint.Win.Spread.UndoRedo.UndoManager.Redo*"></a>
<h4 id="FarPoint_Win_Spread_UndoRedo_UndoManager_Redo_FarPoint_Win_Spread_UndoRedo_UndoAction_" data-uid="FarPoint.Win.Spread.UndoRedo.UndoManager.Redo(FarPoint.Win.Spread.UndoRedo.UndoAction)">Redo(UndoAction)</h4>
<div class="markdown level1 summary"><p>Redoes all actions in the redo stack up to and including the specified action and adds it to the undo list.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool Redo(UndoAction action)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function Redo(action As UndoAction) As Boolean</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><a class="xref" href="FarPoint.Win.Spread.UndoRedo.UndoAction.html">UndoAction</a></td>
      <td><span class="parametername">action</span></td>
      <td></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="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><p>True if successful</p>
</td>
    </tr>
  </tbody>
</table>
</div>
