# FarPoint.Win.Spread.UndoRedo.SheetTabDragDropCopyUndoAction

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_UndoRedo_SheetTabDragDropCopyUndoAction" data-uid="FarPoint.Win.Spread.UndoRedo.SheetTabDragDropCopyUndoAction" class="text-break">SheetTabDragDropCopyUndoAction Class
</h1>
  <div class="markdown level0 summary"><p>Represents the undo action for dragging and dropping a sheet tab to copy the sheets in the control.</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">SheetTabDragDropCopyUndoAction</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_SheetTabDragDropCopyUndoAction_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SheetTabDragDropCopyUndoAction : UndoAction, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SheetTabDragDropCopyUndoAction
    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_SheetTabDragDropCopyUndoAction__ctor_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.UndoRedo.SheetTabDragDropCopyUndoAction.#ctor(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.SheetTabDragDropCopyUndoAction.-ctor.html#FarPoint_Win_Spread_UndoRedo_SheetTabDragDropCopyUndoAction__ctor_System_Int32_System_Int32_">SheetTabDragDropCopyUndoAction(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Undoes the sheet tab drag-drop.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_SheetTabDragDropCopyUndoAction__ctor_System_Int32___System_Int32_" data-uid="FarPoint.Win.Spread.UndoRedo.SheetTabDragDropCopyUndoAction.#ctor(System.Int32[],System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.SheetTabDragDropCopyUndoAction.-ctor.html#FarPoint_Win_Spread_UndoRedo_SheetTabDragDropCopyUndoAction__ctor_System_Int32___System_Int32_">SheetTabDragDropCopyUndoAction(int[], int)</a>
        </td>
        <td class="markdown level1 summary"><p>Undoes the sheet tab drag-drop.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</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_SheetTabDragDropCopyUndoAction_from" data-uid="FarPoint.Win.Spread.UndoRedo.SheetTabDragDropCopyUndoAction.from">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.SheetTabDragDropCopyUndoAction.from.html">from</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the index of the sheet that is dragged and dropped.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_SheetTabDragDropCopyUndoAction_list" data-uid="FarPoint.Win.Spread.UndoRedo.SheetTabDragDropCopyUndoAction.list">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.SheetTabDragDropCopyUndoAction.list.html">list</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the indexes of the sheet that are dragged and dropped.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_SheetTabDragDropCopyUndoAction_to" data-uid="FarPoint.Win.Spread.UndoRedo.SheetTabDragDropCopyUndoAction.to">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.SheetTabDragDropCopyUndoAction.to.html">to</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the new index of the sheet that is dragged and dropped.</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_SheetTabDragDropCopyUndoAction_PerformUndoAction_System_Object_" data-uid="FarPoint.Win.Spread.UndoRedo.SheetTabDragDropCopyUndoAction.PerformUndoAction(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.SheetTabDragDropCopyUndoAction.PerformUndoAction.html#FarPoint_Win_Spread_UndoRedo_SheetTabDragDropCopyUndoAction_PerformUndoAction_System_Object_">PerformUndoAction(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Moves the sheet to the new index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_SheetTabDragDropCopyUndoAction_SaveUndoState" data-uid="FarPoint.Win.Spread.UndoRedo.SheetTabDragDropCopyUndoAction.SaveUndoState">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.SheetTabDragDropCopyUndoAction.SaveUndoState.html#FarPoint_Win_Spread_UndoRedo_SheetTabDragDropCopyUndoAction_SaveUndoState">SaveUndoState()</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the undo state.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_SheetTabDragDropCopyUndoAction_ToString" data-uid="FarPoint.Win.Spread.UndoRedo.SheetTabDragDropCopyUndoAction.ToString">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.SheetTabDragDropCopyUndoAction.ToString.html#FarPoint_Win_Spread_UndoRedo_SheetTabDragDropCopyUndoAction_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string that represents this object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_SheetTabDragDropCopyUndoAction_Undo_System_Object_" data-uid="FarPoint.Win.Spread.UndoRedo.SheetTabDragDropCopyUndoAction.Undo(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.SheetTabDragDropCopyUndoAction.Undo.html#FarPoint_Win_Spread_UndoRedo_SheetTabDragDropCopyUndoAction_Undo_System_Object_">Undo(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Moves the sheet back to its original index.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
