# SetColumnOrderUndoEntry Class
# Constructors
# constructor
+ new SetColumnOrderUndoEntry(sheetId
: number, columnMapping
: [number, number][], oldContent
: [SimpleCellAddress, ClipboardCell][]): SetColumnOrderUndoEntry
Defined in src/UndoRedo.ts:106 (opens new window)
Parameters:
Name | Type |
---|---|
sheetId | number |
columnMapping | [number, number][] |
oldContent | [SimpleCellAddress, ClipboardCell][] |
Returns: SetColumnOrderUndoEntry
# Properties
# columnMapping Readonly
• columnMapping: [number, number][]
Defined in src/UndoRedo.ts:109 (opens new window)
# oldContent Readonly
• oldContent: [SimpleCellAddress, ClipboardCell][]
Defined in src/UndoRedo.ts:110 (opens new window)
# sheetId Readonly
• sheetId: number
Defined in src/UndoRedo.ts:108 (opens new window)
# Methods
# doRedo
▸ doRedo(undoRedo
: UndoRedo): void
Defined in src/UndoRedo.ts:119 (opens new window)
Parameters:
Name | Type |
---|---|
undoRedo | UndoRedo |
Returns: void
# doUndo
▸ doUndo(undoRedo
: UndoRedo): void
Defined in src/UndoRedo.ts:115 (opens new window)
Parameters:
Name | Type |
---|---|
undoRedo | UndoRedo |
Returns: void