Class WorkbookChange
Encapsulates a single undoable/redoable command executed on a workbook, preserving state for history operations.
Inheritance
System.Object
WorkbookChange
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.History
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class WorkbookChange
Properties
CommandName
Display name of the command for UI presentation in undo/redo lists.
Declaration
public string CommandName { get; }
Property Value
|
System.String
The name of the command. |