[]
        
(Showing Draft Content)

FarPoint.Win.Spread.UndoRedo.FormulaEditorUndoAction

FormulaEditorUndoAction Class

Represents the undo actions for entering a formula in the formula editor.

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

Constructors

Name Description
FormulaEditorUndoAction(SheetView, int, int, int, int, string)

Creates a new instance of FormulaEditorUndoAction.

Fields

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.

Methods

Name Description
PerformUndoAction(object)

Sets the formulas.

SaveUndoState()

Saves undo state information.

Undo(object)

Undoes the formulas.