WorkbookBase.ChangeHistoryDuration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the number of days shown in the shared workbook's change history.
public:
property int ChangeHistoryDuration { int get(); void set(int value); };
public int ChangeHistoryDuration { get; set; }
member this.ChangeHistoryDuration : int with get, set
Public Property ChangeHistoryDuration As Integer
Property Value
The number of days shown in the shared workbook's change history.
Remarks
Any changes in the change history older than the setting for this property are removed when the workbook is closed.