[]
        
(Showing Draft Content)

FarPoint.Win.Spread.UndoRedo.AddChildUndoAction

AddChildUndoAction Class

Represents the undo actions for adding a child object.

Inheritance
AddChildUndoAction
Implements
Namespace: FarPoint.Win.Spread.UndoRedo
Assembly: FarPoint.Win.Spread.dll
Syntax
public class AddChildUndoAction : UndoAction, ICloneable
Public Class AddChildUndoAction
    Inherits UndoAction
    Implements ICloneable

Constructors

Name Description
AddChildUndoAction(SheetView, object)

Creates a new AddChildUndoAction object.

Fields

Name Description
child

Specifies the child being added.

sheetView

Specifies the sheet on which the sorting is done.

Methods

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.