# FarPoint.Win.Spread.UndoRedo.FormulaEditorUndoAction

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_UndoRedo_FormulaEditorUndoAction" data-uid="FarPoint.Win.Spread.UndoRedo.FormulaEditorUndoAction" class="text-break">FormulaEditorUndoAction Class
</h1>
  <div class="markdown level0 summary"><p>Represents the undo actions for entering a formula in the formula editor.</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">FormulaEditorUndoAction</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_FormulaEditorUndoAction_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FormulaEditorUndoAction : UndoAction, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FormulaEditorUndoAction
    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_FormulaEditorUndoAction__ctor_FarPoint_Win_Spread_SheetView_System_Int32_System_Int32_System_Int32_System_Int32_System_String_" data-uid="FarPoint.Win.Spread.UndoRedo.FormulaEditorUndoAction.#ctor(FarPoint.Win.Spread.SheetView,System.Int32,System.Int32,System.Int32,System.Int32,System.String)">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.FormulaEditorUndoAction.-ctor.html#FarPoint_Win_Spread_UndoRedo_FormulaEditorUndoAction__ctor_FarPoint_Win_Spread_SheetView_System_Int32_System_Int32_System_Int32_System_Int32_System_String_">FormulaEditorUndoAction(SheetView, int, int, int, int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of FormulaEditorUndoAction.</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_FormulaEditorUndoAction_actions" data-uid="FarPoint.Win.Spread.UndoRedo.FormulaEditorUndoAction.actions">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.FormulaEditorUndoAction.actions.html">actions</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the array of cell edit actions handling the formula changes.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_FormulaEditorUndoAction_cellRange" data-uid="FarPoint.Win.Spread.UndoRedo.FormulaEditorUndoAction.cellRange">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.FormulaEditorUndoAction.cellRange.html">cellRange</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the cell range.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_FormulaEditorUndoAction_formula" data-uid="FarPoint.Win.Spread.UndoRedo.FormulaEditorUndoAction.formula">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.FormulaEditorUndoAction.formula.html">formula</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the formula being set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_FormulaEditorUndoAction_sheetView" data-uid="FarPoint.Win.Spread.UndoRedo.FormulaEditorUndoAction.sheetView">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.FormulaEditorUndoAction.sheetView.html">sheetView</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the sheet that contains the cells.</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_FormulaEditorUndoAction_PerformUndoAction_System_Object_" data-uid="FarPoint.Win.Spread.UndoRedo.FormulaEditorUndoAction.PerformUndoAction(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.FormulaEditorUndoAction.PerformUndoAction.html#FarPoint_Win_Spread_UndoRedo_FormulaEditorUndoAction_PerformUndoAction_System_Object_">PerformUndoAction(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the formulas.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_FormulaEditorUndoAction_SaveUndoState" data-uid="FarPoint.Win.Spread.UndoRedo.FormulaEditorUndoAction.SaveUndoState">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.FormulaEditorUndoAction.SaveUndoState.html#FarPoint_Win_Spread_UndoRedo_FormulaEditorUndoAction_SaveUndoState">SaveUndoState()</a>
        </td>
        <td class="markdown level1 summary"><p>Saves undo state information.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_FormulaEditorUndoAction_Undo_System_Object_" data-uid="FarPoint.Win.Spread.UndoRedo.FormulaEditorUndoAction.Undo(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.FormulaEditorUndoAction.Undo.html#FarPoint_Win_Spread_UndoRedo_FormulaEditorUndoAction_Undo_System_Object_">Undo(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Undoes the formulas.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
