Workbook.ChangeHistoryDuration Property

Definition

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.

Applies to