# FarPoint.Win.Spread.UndoRedo.CellEditUndoAction

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_UndoRedo_CellEditUndoAction" data-uid="FarPoint.Win.Spread.UndoRedo.CellEditUndoAction" class="text-break">CellEditUndoAction Class
</h1>
  <div class="markdown level0 summary"><p>Represents the undo actions for editing a cell.</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">CellEditUndoAction</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_CellEditUndoAction_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CellEditUndoAction : UndoAction, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CellEditUndoAction
    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_CellEditUndoAction__ctor_FarPoint_Win_Spread_SheetView_System_Int32_System_Int32_System_Object_System_Boolean_System_String_System_IFormatProvider_System_String_System_IFormatProvider_System_Boolean_System_Boolean_GrapeCity_Spreadsheet_Direction_" data-uid="FarPoint.Win.Spread.UndoRedo.CellEditUndoAction.#ctor(FarPoint.Win.Spread.SheetView,System.Int32,System.Int32,System.Object,System.Boolean,System.String,System.IFormatProvider,System.String,System.IFormatProvider,System.Boolean,System.Boolean,GrapeCity.Spreadsheet.Direction)">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.CellEditUndoAction.-ctor.html#FarPoint_Win_Spread_UndoRedo_CellEditUndoAction__ctor_FarPoint_Win_Spread_SheetView_System_Int32_System_Int32_System_Object_System_Boolean_System_String_System_IFormatProvider_System_String_System_IFormatProvider_System_Boolean_System_Boolean_GrapeCity_Spreadsheet_Direction_">CellEditUndoAction(SheetView, int, int, object, bool, string, IFormatProvider, string, IFormatProvider, bool, bool, Direction)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new cell edit undo 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_CellEditUndoAction_column" data-uid="FarPoint.Win.Spread.UndoRedo.CellEditUndoAction.column">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.CellEditUndoAction.column.html">column</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the index of the column that contains the cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_CellEditUndoAction_currentFormatString" data-uid="FarPoint.Win.Spread.UndoRedo.CellEditUndoAction.currentFormatString">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.CellEditUndoAction.currentFormatString.html">currentFormatString</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the current format string of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_CellEditUndoAction_currentInfo" data-uid="FarPoint.Win.Spread.UndoRedo.CellEditUndoAction.currentInfo">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.CellEditUndoAction.currentInfo.html">currentInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the current format provider of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_CellEditUndoAction_needToSetFormatStringWhenRedo" data-uid="FarPoint.Win.Spread.UndoRedo.CellEditUndoAction.needToSetFormatStringWhenRedo">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.CellEditUndoAction.needToSetFormatStringWhenRedo.html">needToSetFormatStringWhenRedo</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether the format string is restore when redo</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_CellEditUndoAction_newIsFormula" data-uid="FarPoint.Win.Spread.UndoRedo.CellEditUndoAction.newIsFormula">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.CellEditUndoAction.newIsFormula.html">newIsFormula</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether the new value is a formula.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_CellEditUndoAction_newValue" data-uid="FarPoint.Win.Spread.UndoRedo.CellEditUndoAction.newValue">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.CellEditUndoAction.newValue.html">newValue</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the new value in the cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_CellEditUndoAction_oldFormatString" data-uid="FarPoint.Win.Spread.UndoRedo.CellEditUndoAction.oldFormatString">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.CellEditUndoAction.oldFormatString.html">oldFormatString</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the original format string of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_CellEditUndoAction_oldInfo" data-uid="FarPoint.Win.Spread.UndoRedo.CellEditUndoAction.oldInfo">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.CellEditUndoAction.oldInfo.html">oldInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the original format provider of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_CellEditUndoAction_oldIsFormula" data-uid="FarPoint.Win.Spread.UndoRedo.CellEditUndoAction.oldIsFormula">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.CellEditUndoAction.oldIsFormula.html">oldIsFormula</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether the old value is a formula.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_CellEditUndoAction_oldValue" data-uid="FarPoint.Win.Spread.UndoRedo.CellEditUndoAction.oldValue">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.CellEditUndoAction.oldValue.html">oldValue</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the original value in the cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_CellEditUndoAction_row" data-uid="FarPoint.Win.Spread.UndoRedo.CellEditUndoAction.row">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.CellEditUndoAction.row.html">row</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the index of the column that contains the cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_CellEditUndoAction_sheetView" data-uid="FarPoint.Win.Spread.UndoRedo.CellEditUndoAction.sheetView">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.CellEditUndoAction.sheetView.html">sheetView</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the sheet that contains the cell.</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_CellEditUndoAction_PerformUndoAction_System_Object_" data-uid="FarPoint.Win.Spread.UndoRedo.CellEditUndoAction.PerformUndoAction(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.CellEditUndoAction.PerformUndoAction.html#FarPoint_Win_Spread_UndoRedo_CellEditUndoAction_PerformUndoAction_System_Object_">PerformUndoAction(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs the cell editing action.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_CellEditUndoAction_SaveUndoState" data-uid="FarPoint.Win.Spread.UndoRedo.CellEditUndoAction.SaveUndoState">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.CellEditUndoAction.SaveUndoState.html#FarPoint_Win_Spread_UndoRedo_CellEditUndoAction_SaveUndoState">SaveUndoState()</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the undo state of this cell editing action.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_CellEditUndoAction_ToString" data-uid="FarPoint.Win.Spread.UndoRedo.CellEditUndoAction.ToString">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.CellEditUndoAction.ToString.html#FarPoint_Win_Spread_UndoRedo_CellEditUndoAction_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_CellEditUndoAction_Undo_System_Object_" data-uid="FarPoint.Win.Spread.UndoRedo.CellEditUndoAction.Undo(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.CellEditUndoAction.Undo.html#FarPoint_Win_Spread_UndoRedo_CellEditUndoAction_Undo_System_Object_">Undo(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Undoes the cell editing action.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
