[]
        
(Showing Draft Content)

FarPoint.Win.Spread.UndoRedo.SheetRenameUndoAction

SheetRenameUndoAction Class

Represents the undo actions for renaming a sheet.

Inheritance
SheetRenameUndoAction
Implements
Namespace: FarPoint.Win.Spread.UndoRedo
Assembly: FarPoint.Win.Spread.dll
Syntax
public class SheetRenameUndoAction : UndoAction, ICloneable
Public Class SheetRenameUndoAction
    Inherits UndoAction
    Implements ICloneable

Constructors

Name Description
SheetRenameUndoAction(SheetView, string)

Creates a new SheetRenameUndoAction.

Fields

Name Description
newName

Specifies the new name for the sheet.

oldName

Specifies the old name of the sheet.

sheetView

Specifies the sheet being renamed.

Methods

Name Description
PerformUndoAction(object)

Performs the sheet rename action.

SaveUndoState()

Saves the undo state.

ToString()

Returns a string that represents this object.

Undo(object)

Undoes the sheet rename action.