The following tables list the members exposed by DeleteChildObjectUndoAction.
Name | Description | |
---|---|---|
DeleteChildObjectUndoAction Constructor | Overloaded. |
Name | Description | |
---|---|---|
bounds | Bounds of child | |
child | Specifies the child to be deleted. | |
index | Specifies the index of the child in its container before delete. | |
sheetView | Specifies the sheet containing the shape being deleted. | |
spreadView | Specifies the view containing the sheet. |
Name | Description | |
---|---|---|
Clone | Clones the object. (Inherited from FarPoint.Win.Spread.UndoRedo.UndoAction) | |
PerformAction | Performs the undo action. (Inherited from FarPoint.Win.Spread.UndoRedo.UndoAction) | |
PerformUndoAction | Overridden. Deletes the child. | |
ToString | Returns a string representing this object. | |
Undo | Overridden. Undoes delete of child object. |
Name | Description | |
---|---|---|
SaveUndoState | Overridden. Saves the child object and its index (if it's a shape) before deletion. |