[]
Represents the undo actions for entering a formula in the formula editor.
public class FormulaEditorUndoAction : UndoAction, ICloneable
Public Class FormulaEditorUndoAction
Inherits UndoAction
Implements ICloneable
| Name | Description |
|---|---|
| FormulaEditorUndoAction(SheetView, int, int, int, int, string) | Creates a new instance of FormulaEditorUndoAction. |
| Name | Description |
|---|---|
| actions | Specifies the array of cell edit actions handling the formula changes. |
| cellRange | Specifies the cell range. |
| formula | Specifies the formula being set. |
| sheetView | Specifies the sheet that contains the cells. |
| Name | Description |
|---|---|
| PerformUndoAction(object) | Sets the formulas. |
| SaveUndoState() | Saves undo state information. |
| Undo(object) | Undoes the formulas. |