[]
Represents the undo actions for renaming a sheet.
public class SheetRenameUndoAction : UndoAction, ICloneable
Public Class SheetRenameUndoAction
Inherits UndoAction
Implements ICloneable
| Name | Description |
|---|---|
| SheetRenameUndoAction(SheetView, string) | Creates a new SheetRenameUndoAction. |
| Name | Description |
|---|---|
| newName | Specifies the new name for the sheet. |
| oldName | Specifies the old name of the sheet. |
| sheetView | Specifies the sheet being renamed. |
| 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. |