Class WorkbookHistoryAction
Represents an action in the workbook history.
Inheritance
System.Object
WorkbookHistoryAction
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 WorkbookHistoryAction
Properties
ActiveSheet
Gets the active sheet.
Declaration
public Sheet ActiveSheet { get; }
Property Value
Sheet
The active sheet. |
Changes
Gets the changes of the action.
Declaration
public IEnumerable<WorkbookChange> Changes { get; }
Property Value
System.Collections.Generic.IEnumerable<WorkbookChange>
The changes. |
DisplayText
Gets or sets the display text.
Declaration
public string DisplayText { get; protected set; }
Property Value
System.String
The display text. |