Workbook.ShowConflictHistory Property

Definition

Gets or sets a value that indicates whether the Conflict History worksheet is visible in the workbook that is open as a shared list.

public:
 property bool ShowConflictHistory { bool get(); void set(bool value); };
public bool ShowConflictHistory { get; set; }
member this.ShowConflictHistory : bool with get, set
Public Property ShowConflictHistory As Boolean

Property Value

true if the Conflict History worksheet is visible in the workbook that is open as a shared list; otherwise, false.

Remarks

If the workbook is not 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