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