_Workbook.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.
Returns or sets the number of days shown in the shared workbook's change history. Read/write Integer.
public:
property int ChangeHistoryDuration { int get(); void set(int value); };
public int ChangeHistoryDuration { get; set; }
Public Property ChangeHistoryDuration As Integer
Property Value
Remarks
Any changes in the change history older than the setting for this property are removed when the workbook is closed.