# AddSheetUndoEntry Class
# Constructors
# constructor
+ new AddSheetUndoEntry(sheetName
: string): AddSheetUndoEntry
Defined in src/UndoRedo.ts:225 (opens new window)
Parameters:
Name | Type |
---|---|
sheetName | string |
Returns: AddSheetUndoEntry
# Properties
# sheetName Readonly
• sheetName: string
Defined in src/UndoRedo.ts:227 (opens new window)
# Methods
# doRedo
▸ doRedo(undoRedo
: UndoRedo): void
Defined in src/UndoRedo.ts:236 (opens new window)
Parameters:
Name | Type |
---|---|
undoRedo | UndoRedo |
Returns: void
# doUndo
▸ doUndo(undoRedo
: UndoRedo): void
Defined in src/UndoRedo.ts:232 (opens new window)
Parameters:
Name | Type |
---|---|
undoRedo | UndoRedo |
Returns: void