[]
Represents the undo actions for adding a child object.
public class AddChildUndoAction : UndoAction, ICloneable
Public Class AddChildUndoAction
Inherits UndoAction
Implements ICloneable
| Name | Description |
|---|---|
| AddChildUndoAction(SheetView, object) | Creates a new AddChildUndoAction object. |
| Name | Description |
|---|---|
| child | Specifies the child being added. |
| sheetView | Specifies the sheet on which the sorting is done. |
| Name | Description |
|---|---|
| PerformUndoAction(object) | Performs the add child action. |
| SaveUndoState() | Saves the undo state. |
| ToString() | Returns a string that represents this object. |
| Undo(object) | Undoes the add child action. |