New to Telerik Document ProcessingStart a free 30-day trial

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; }
Property Value:

The active sheet.

Collection of individual command changes executed as part of this composite action.

C#
public IEnumerable<WorkbookChange> Changes { get; }
Property Value:

The changes.

User-facing description shown in undo/redo UI lists to identify this action.

C#
public string DisplayText { get; protected set; }
Property Value:

The display text.

In this article
DefinitionPropertiesActiveSheetChangesDisplayText
Not finding the help you need?
Contact Support