Workbook.ShowConflictHistory 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.
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.