[]
Creates a new instance of FormulaEditorUndoAction.
public FormulaEditorUndoAction(SheetView sheetView, int row, int column, int rowCount, int columnCount, string formula)
Public Sub New(sheetView As SheetView, row As Integer, column As Integer, rowCount As Integer, columnCount As Integer, formula As String)
Type | Name | Description |
---|---|---|
SheetView | sheetView | SheetView |
int | row | The row index |
int | column | The column index |
int | rowCount | The row count |
int | columnCount | The column count |
string | formula | The formula string |