# RenameSheetUndoEntry Class
# Constructors
# constructor
+ new RenameSheetUndoEntry(sheetId
: number, oldName
: string, newName
: string): RenameSheetUndoEntry
Defined in src/UndoRedo.ts:261 (opens new window)
Parameters:
Name | Type |
---|---|
sheetId | number |
oldName | string |
newName | string |
Returns: RenameSheetUndoEntry
# Properties
# newName Readonly
• newName: string
Defined in src/UndoRedo.ts:265 (opens new window)
# oldName Readonly
• oldName: string
Defined in src/UndoRedo.ts:264 (opens new window)
# sheetId Readonly
• sheetId: number
Defined in src/UndoRedo.ts:263 (opens new window)
# Methods
# doRedo
▸ doRedo(undoRedo
: UndoRedo): void
Defined in src/UndoRedo.ts:274 (opens new window)
Parameters:
Name | Type |
---|---|
undoRedo | UndoRedo |
Returns: void
# doUndo
▸ doUndo(undoRedo
: UndoRedo): void
Defined in src/UndoRedo.ts:270 (opens new window)
Parameters:
Name | Type |
---|---|
undoRedo | UndoRedo |
Returns: void