_Workbook.ChangeHistoryDuration Property

Definition

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.

Applies to