# FarPoint.Win.Spread.UndoRedo.ClipboardCutUndoAction

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_UndoRedo_ClipboardCutUndoAction" data-uid="FarPoint.Win.Spread.UndoRedo.ClipboardCutUndoAction" class="text-break">ClipboardCutUndoAction Class
</h1>
  <div class="markdown level0 summary"><p>Represents the undo actions for a Clipboard cut.</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">ClipboardCutUndoAction</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_ClipboardCutUndoAction_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ClipboardCutUndoAction : UndoAction, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ClipboardCutUndoAction
    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_ClipboardCutUndoAction__ctor" data-uid="FarPoint.Win.Spread.UndoRedo.ClipboardCutUndoAction.#ctor">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.ClipboardCutUndoAction.-ctor.html#FarPoint_Win_Spread_UndoRedo_ClipboardCutUndoAction__ctor">ClipboardCutUndoAction()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new undo action for a Clipboard cut.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_ClipboardCutUndoAction__ctor_FarPoint_Win_Spread_ClipboardCopyOptions_" data-uid="FarPoint.Win.Spread.UndoRedo.ClipboardCutUndoAction.#ctor(FarPoint.Win.Spread.ClipboardCopyOptions)">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.ClipboardCutUndoAction.-ctor.html#FarPoint_Win_Spread_UndoRedo_ClipboardCutUndoAction__ctor_FarPoint_Win_Spread_ClipboardCopyOptions_">ClipboardCutUndoAction(ClipboardCopyOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new undo action for a Clipboard cut using the specified copy options.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_ClipboardCutUndoAction__ctor_FarPoint_Win_Spread_SheetView_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.UndoRedo.ClipboardCutUndoAction.#ctor(FarPoint.Win.Spread.SheetView,System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.ClipboardCutUndoAction.-ctor.html#FarPoint_Win_Spread_UndoRedo_ClipboardCutUndoAction__ctor_FarPoint_Win_Spread_SheetView_System_Int32_System_Int32_System_Int32_System_Int32_">ClipboardCutUndoAction(SheetView, int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new undo action for a Clipboard cut of the specified range in the specified sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_ClipboardCutUndoAction__ctor_FarPoint_Win_Spread_SheetView_System_Int32_System_Int32_System_Int32_System_Int32_FarPoint_Win_Spread_ClipboardCopyOptions_" data-uid="FarPoint.Win.Spread.UndoRedo.ClipboardCutUndoAction.#ctor(FarPoint.Win.Spread.SheetView,System.Int32,System.Int32,System.Int32,System.Int32,FarPoint.Win.Spread.ClipboardCopyOptions)">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.ClipboardCutUndoAction.-ctor.html#FarPoint_Win_Spread_UndoRedo_ClipboardCutUndoAction__ctor_FarPoint_Win_Spread_SheetView_System_Int32_System_Int32_System_Int32_System_Int32_FarPoint_Win_Spread_ClipboardCopyOptions_">ClipboardCutUndoAction(SheetView, int, int, int, int, ClipboardCopyOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new undo action for a Clipboard cut of the specified range in the specified sheet.</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_ClipboardCutUndoAction_cellInfo" data-uid="FarPoint.Win.Spread.UndoRedo.ClipboardCutUndoAction.cellInfo">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.ClipboardCutUndoAction.cellInfo.html">cellInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the cell Clipboard information.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_ClipboardCutUndoAction_cellRange" data-uid="FarPoint.Win.Spread.UndoRedo.ClipboardCutUndoAction.cellRange">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.ClipboardCutUndoAction.cellRange.html">cellRange</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the cell range of the Clipboard operation.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_ClipboardCutUndoAction_chartInfo" data-uid="FarPoint.Win.Spread.UndoRedo.ClipboardCutUndoAction.chartInfo">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.ClipboardCutUndoAction.chartInfo.html">chartInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the chart information.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_ClipboardCutUndoAction_columnInfo" data-uid="FarPoint.Win.Spread.UndoRedo.ClipboardCutUndoAction.columnInfo">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.ClipboardCutUndoAction.columnInfo.html">columnInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the column Clipboard information.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_ClipboardCutUndoAction_columnRangeGroupInfo" data-uid="FarPoint.Win.Spread.UndoRedo.ClipboardCutUndoAction.columnRangeGroupInfo">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.ClipboardCutUndoAction.columnRangeGroupInfo.html">columnRangeGroupInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the outline (range group) information.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_ClipboardCutUndoAction_copyOptions" data-uid="FarPoint.Win.Spread.UndoRedo.ClipboardCutUndoAction.copyOptions">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.ClipboardCutUndoAction.copyOptions.html">copyOptions</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the ClipboardCopyOptions for the cut action.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_ClipboardCutUndoAction_rowInfo" data-uid="FarPoint.Win.Spread.UndoRedo.ClipboardCutUndoAction.rowInfo">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.ClipboardCutUndoAction.rowInfo.html">rowInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the row Clipboard information.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_ClipboardCutUndoAction_rowRangeGroupInfo" data-uid="FarPoint.Win.Spread.UndoRedo.ClipboardCutUndoAction.rowRangeGroupInfo">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.ClipboardCutUndoAction.rowRangeGroupInfo.html">rowRangeGroupInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the outline (range group) information.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_ClipboardCutUndoAction_shapeInfo" data-uid="FarPoint.Win.Spread.UndoRedo.ClipboardCutUndoAction.shapeInfo">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.ClipboardCutUndoAction.shapeInfo.html">shapeInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the shape Clipboard information.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_ClipboardCutUndoAction_shapeName" data-uid="FarPoint.Win.Spread.UndoRedo.ClipboardCutUndoAction.shapeName">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.ClipboardCutUndoAction.shapeName.html">shapeName</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the name of the shape being cut.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_ClipboardCutUndoAction_sheetCornerStyle" data-uid="FarPoint.Win.Spread.UndoRedo.ClipboardCutUndoAction.sheetCornerStyle">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.ClipboardCutUndoAction.sheetCornerStyle.html">sheetCornerStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the sheet corner style included if the entire sheet is cut</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_ClipboardCutUndoAction_sheetView" data-uid="FarPoint.Win.Spread.UndoRedo.ClipboardCutUndoAction.sheetView">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.ClipboardCutUndoAction.sheetView.html">sheetView</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the view of the Clipboard operation.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_ClipboardCutUndoAction_tableInfo" data-uid="FarPoint.Win.Spread.UndoRedo.ClipboardCutUndoAction.tableInfo">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.ClipboardCutUndoAction.tableInfo.html">tableInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the cell range of the Clipboard operation.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_ClipboardCutUndoAction_text" data-uid="FarPoint.Win.Spread.UndoRedo.ClipboardCutUndoAction.text">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.ClipboardCutUndoAction.text.html">text</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the text if copyOptions is AsString or AsStringSkipHidden</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_ClipboardCutUndoAction_PerformUndoAction_System_Object_" data-uid="FarPoint.Win.Spread.UndoRedo.ClipboardCutUndoAction.PerformUndoAction(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.ClipboardCutUndoAction.PerformUndoAction.html#FarPoint_Win_Spread_UndoRedo_ClipboardCutUndoAction_PerformUndoAction_System_Object_">PerformUndoAction(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Peforms the Clipboard cut action.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_ClipboardCutUndoAction_SaveUndoState" data-uid="FarPoint.Win.Spread.UndoRedo.ClipboardCutUndoAction.SaveUndoState">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.ClipboardCutUndoAction.SaveUndoState.html#FarPoint_Win_Spread_UndoRedo_ClipboardCutUndoAction_SaveUndoState">SaveUndoState()</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the undo state of this Clipboard cut action.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_ClipboardCutUndoAction_ToString" data-uid="FarPoint.Win.Spread.UndoRedo.ClipboardCutUndoAction.ToString">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.ClipboardCutUndoAction.ToString.html#FarPoint_Win_Spread_UndoRedo_ClipboardCutUndoAction_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_ClipboardCutUndoAction_Undo_System_Object_" data-uid="FarPoint.Win.Spread.UndoRedo.ClipboardCutUndoAction.Undo(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.ClipboardCutUndoAction.Undo.html#FarPoint_Win_Spread_UndoRedo_ClipboardCutUndoAction_Undo_System_Object_">Undo(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Peforms the undo Clipboard cut action.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
