# RemoveSheetUndoEntry Class

# Constructors

# constructor

+ new RemoveSheetUndoEntry(sheetName: string, sheetId: number, oldSheetContent: ClipboardCell[][], scopedNamedExpressions: [InternalNamedExpression, ClipboardCell][]): RemoveSheetUndoEntry

Defined in src/UndoRedo.ts:242 (opens new window)

Parameters:

Name Type
sheetName string
sheetId number
oldSheetContent ClipboardCell[][]
scopedNamedExpressions [InternalNamedExpression, ClipboardCell][]

Returns: RemoveSheetUndoEntry

# Properties

# oldSheetContent Readonly

oldSheetContent: ClipboardCell[][]

Defined in src/UndoRedo.ts:246 (opens new window)


# scopedNamedExpressions Readonly

scopedNamedExpressions: [InternalNamedExpression, ClipboardCell][]

Defined in src/UndoRedo.ts:247 (opens new window)


# sheetId Readonly

sheetId: number

Defined in src/UndoRedo.ts:245 (opens new window)


# sheetName Readonly

sheetName: string

Defined in src/UndoRedo.ts:244 (opens new window)

# Methods

# doRedo

doRedo(undoRedo: UndoRedo): void

Defined in src/UndoRedo.ts:256 (opens new window)

Parameters:

Name Type
undoRedo UndoRedo

Returns: void


# doUndo

doUndo(undoRedo: UndoRedo): void

Defined in src/UndoRedo.ts:252 (opens new window)

Parameters:

Name Type
undoRedo UndoRedo

Returns: void

Join HyperFormula team as a Senior Software Engineer See the role and apply