_Workbook.ShowConflictHistory Property

Definition

True if the Conflict History worksheet is visible in the workbook that's open as a shared list. Read/write Boolean.

public:
 property bool ShowConflictHistory { bool get(); void set(bool value); };
public bool ShowConflictHistory { get; set; }
Public Property ShowConflictHistory As Boolean

Property Value

Remarks

If the specified workbook isn't open as a shared list, this property fails. To determine whether a workbook is open as a shared list, use the MultiUserEditing property.

Applies to