# FarPoint.Win.Spread.UndoRedo.AddChildUndoAction

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_UndoRedo_AddChildUndoAction" data-uid="FarPoint.Win.Spread.UndoRedo.AddChildUndoAction" class="text-break">AddChildUndoAction Class
</h1>
  <div class="markdown level0 summary"><p>Represents the undo actions for adding a child object.</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">AddChildUndoAction</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_AddChildUndoAction_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class AddChildUndoAction : UndoAction, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class AddChildUndoAction
    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_AddChildUndoAction__ctor_FarPoint_Win_Spread_SheetView_System_Object_" data-uid="FarPoint.Win.Spread.UndoRedo.AddChildUndoAction.#ctor(FarPoint.Win.Spread.SheetView,System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.AddChildUndoAction.-ctor.html#FarPoint_Win_Spread_UndoRedo_AddChildUndoAction__ctor_FarPoint_Win_Spread_SheetView_System_Object_">AddChildUndoAction(SheetView, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new AddChildUndoAction object.</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_AddChildUndoAction_child" data-uid="FarPoint.Win.Spread.UndoRedo.AddChildUndoAction.child">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.AddChildUndoAction.child.html">child</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the child being added.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_AddChildUndoAction_sheetView" data-uid="FarPoint.Win.Spread.UndoRedo.AddChildUndoAction.sheetView">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.AddChildUndoAction.sheetView.html">sheetView</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the sheet on which the sorting is done.</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_AddChildUndoAction_PerformUndoAction_System_Object_" data-uid="FarPoint.Win.Spread.UndoRedo.AddChildUndoAction.PerformUndoAction(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.AddChildUndoAction.PerformUndoAction.html#FarPoint_Win_Spread_UndoRedo_AddChildUndoAction_PerformUndoAction_System_Object_">PerformUndoAction(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs the add child action.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_AddChildUndoAction_SaveUndoState" data-uid="FarPoint.Win.Spread.UndoRedo.AddChildUndoAction.SaveUndoState">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.AddChildUndoAction.SaveUndoState.html#FarPoint_Win_Spread_UndoRedo_AddChildUndoAction_SaveUndoState">SaveUndoState()</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the undo state.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_UndoRedo_AddChildUndoAction_ToString" data-uid="FarPoint.Win.Spread.UndoRedo.AddChildUndoAction.ToString">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.AddChildUndoAction.ToString.html#FarPoint_Win_Spread_UndoRedo_AddChildUndoAction_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_AddChildUndoAction_Undo_System_Object_" data-uid="FarPoint.Win.Spread.UndoRedo.AddChildUndoAction.Undo(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.UndoRedo.AddChildUndoAction.Undo.html#FarPoint_Win_Spread_UndoRedo_AddChildUndoAction_Undo_System_Object_">Undo(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Undoes the add child action.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
