_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.
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.