WorkbookChange
Class
Encapsulates a single undoable/redoable command executed on a workbook, preserving state for history operations.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.History
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public class WorkbookChange
Inheritance: objectWorkbookChange
Properties
Display name of the command for UI presentation in undo/redo lists.
C#
public string CommandName { get; }
The name of the command.