ClassWorkbookChange
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:
cs-api-definition
public class WorkbookChange
Inheritance: objectWorkbookChange
Properties
CommandName
Display name of the command for UI presentation in undo/redo lists.
Declaration
cs-api-definition
public string CommandName { get; }
Property Value
The name of the command.