# FarPoint.Win.Spread.UndoRedo.ClipboardPasteSheetUndoAction

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_UndoRedo_ClipboardPasteSheetUndoAction" data-uid="FarPoint.Win.Spread.UndoRedo.ClipboardPasteSheetUndoAction" class="text-break">ClipboardPasteSheetUndoAction Class
</h1>
  <div class="markdown level0 summary"><p>Represents the action for Clipboard paste of a sheet.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="FarPoint.Win.Spread.Action.html">Action</a></div>
    <div class="level2"><a class="xref" href="FarPoint.Win.Spread.UndoRedo.UndoAction.html">UndoAction</a></div>
    <div class="level3"><span class="xref">ClipboardPasteSheetUndoAction</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.UndoRedo.html">FarPoint.Win.Spread.UndoRedo</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_UndoRedo_ClipboardPasteSheetUndoAction_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ClipboardPasteSheetUndoAction : UndoAction, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ClipboardPasteSheetUndoAction
    Inherits UndoAction
    Implements ICloneable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_ClipboardPasteSheetUndoAction__ctor" data-uid="FarPoint.Win.Spread.UndoRedo.ClipboardPasteSheetUndoAction.#ctor">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.ClipboardPasteSheetUndoAction.-ctor.html#FarPoint_Win_Spread_UndoRedo_ClipboardPasteSheetUndoAction__ctor">ClipboardPasteSheetUndoAction()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new ClipboardPasteSheetUndoAction.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_ClipboardPasteSheetUndoAction_PerformUndoAction_System_Object_" data-uid="FarPoint.Win.Spread.UndoRedo.ClipboardPasteSheetUndoAction.PerformUndoAction(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.ClipboardPasteSheetUndoAction.PerformUndoAction.html#FarPoint_Win_Spread_UndoRedo_ClipboardPasteSheetUndoAction_PerformUndoAction_System_Object_">PerformUndoAction(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs the action.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_ClipboardPasteSheetUndoAction_SaveUndoState" data-uid="FarPoint.Win.Spread.UndoRedo.ClipboardPasteSheetUndoAction.SaveUndoState">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.ClipboardPasteSheetUndoAction.SaveUndoState.html#FarPoint_Win_Spread_UndoRedo_ClipboardPasteSheetUndoAction_SaveUndoState">SaveUndoState()</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the undo state before performing the action.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_ClipboardPasteSheetUndoAction_Undo_System_Object_" data-uid="FarPoint.Win.Spread.UndoRedo.ClipboardPasteSheetUndoAction.Undo(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.ClipboardPasteSheetUndoAction.Undo.html#FarPoint_Win_Spread_UndoRedo_ClipboardPasteSheetUndoAction_Undo_System_Object_">Undo(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Undoes the action.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
