# FarPoint.Win.Spread.UndoRedo.ColumnMoveUndoAction

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_UndoRedo_ColumnMoveUndoAction" data-uid="FarPoint.Win.Spread.UndoRedo.ColumnMoveUndoAction" class="text-break">ColumnMoveUndoAction Class
</h1>
  <div class="markdown level0 summary"><p>Represents the undo actions for moving a column.</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">ColumnMoveUndoAction</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_ColumnMoveUndoAction_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ColumnMoveUndoAction : UndoAction, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ColumnMoveUndoAction
    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_ColumnMoveUndoAction__ctor_FarPoint_Win_Spread_SheetView_System_Int32_System_Int32_System_Boolean_" data-uid="FarPoint.Win.Spread.UndoRedo.ColumnMoveUndoAction.#ctor(FarPoint.Win.Spread.SheetView,System.Int32,System.Int32,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.ColumnMoveUndoAction.-ctor.html#FarPoint_Win_Spread_UndoRedo_ColumnMoveUndoAction__ctor_FarPoint_Win_Spread_SheetView_System_Int32_System_Int32_System_Boolean_">ColumnMoveUndoAction(SheetView, int, int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new ColumnMoveUndoAction action.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_ColumnMoveUndoAction__ctor_FarPoint_Win_Spread_SheetView_System_Int32_System_Int32_System_Int32_System_Boolean_" data-uid="FarPoint.Win.Spread.UndoRedo.ColumnMoveUndoAction.#ctor(FarPoint.Win.Spread.SheetView,System.Int32,System.Int32,System.Int32,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.ColumnMoveUndoAction.-ctor.html#FarPoint_Win_Spread_UndoRedo_ColumnMoveUndoAction__ctor_FarPoint_Win_Spread_SheetView_System_Int32_System_Int32_System_Int32_System_Boolean_">ColumnMoveUndoAction(SheetView, int, int, int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new ColumnMoveUndoAction action.</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_ColumnMoveUndoAction_actualMovedColumnCount" data-uid="FarPoint.Win.Spread.UndoRedo.ColumnMoveUndoAction.actualMovedColumnCount">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.ColumnMoveUndoAction.actualMovedColumnCount.html">actualMovedColumnCount</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the actual number of columns that are moved successfully.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_ColumnMoveUndoAction_column" data-uid="FarPoint.Win.Spread.UndoRedo.ColumnMoveUndoAction.column">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.ColumnMoveUndoAction.column.html">column</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the source column index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_ColumnMoveUndoAction_count" data-uid="FarPoint.Win.Spread.UndoRedo.ColumnMoveUndoAction.count">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.ColumnMoveUndoAction.count.html">count</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the number of columns to move.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_ColumnMoveUndoAction_moveContent" data-uid="FarPoint.Win.Spread.UndoRedo.ColumnMoveUndoAction.moveContent">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.ColumnMoveUndoAction.moveContent.html">moveContent</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to move the content.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_ColumnMoveUndoAction_movedToColumn" data-uid="FarPoint.Win.Spread.UndoRedo.ColumnMoveUndoAction.movedToColumn">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.ColumnMoveUndoAction.movedToColumn.html">movedToColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the destination column index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_ColumnMoveUndoAction_sheetView" data-uid="FarPoint.Win.Spread.UndoRedo.ColumnMoveUndoAction.sheetView">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.ColumnMoveUndoAction.sheetView.html">sheetView</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the sheet that contains the column.</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_ColumnMoveUndoAction_PerformUndoAction_System_Object_" data-uid="FarPoint.Win.Spread.UndoRedo.ColumnMoveUndoAction.PerformUndoAction(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.ColumnMoveUndoAction.PerformUndoAction.html#FarPoint_Win_Spread_UndoRedo_ColumnMoveUndoAction_PerformUndoAction_System_Object_">PerformUndoAction(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs the column moving action.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_ColumnMoveUndoAction_SaveUndoState" data-uid="FarPoint.Win.Spread.UndoRedo.ColumnMoveUndoAction.SaveUndoState">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.ColumnMoveUndoAction.SaveUndoState.html#FarPoint_Win_Spread_UndoRedo_ColumnMoveUndoAction_SaveUndoState">SaveUndoState()</a>
        </td>
        <td class="markdown level1 summary"><p>Saves undo state information.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_ColumnMoveUndoAction_ToString" data-uid="FarPoint.Win.Spread.UndoRedo.ColumnMoveUndoAction.ToString">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.ColumnMoveUndoAction.ToString.html#FarPoint_Win_Spread_UndoRedo_ColumnMoveUndoAction_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_ColumnMoveUndoAction_Undo_System_Object_" data-uid="FarPoint.Win.Spread.UndoRedo.ColumnMoveUndoAction.Undo(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.ColumnMoveUndoAction.Undo.html#FarPoint_Win_Spread_UndoRedo_ColumnMoveUndoAction_Undo_System_Object_">Undo(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Undoes the column moving action.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
