Groups one or more workbook changes into a composite undoable/redoable action with associated metadata.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.History
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public class WorkbookHistoryAction
Inheritance: objectWorkbookHistoryAction
Properties
Sheet that was active when this action was recorded, restored during undo/redo operations.
C#
public Sheet ActiveSheet { get; }
The active sheet.
Collection of individual command changes executed as part of this composite action.
C#
public IEnumerable<WorkbookChange> Changes { get; }
The changes.
User-facing description shown in undo/redo UI lists to identify this action.
C#
public string DisplayText { get; protected set; }
The display text.