_Workbook.ShowConflictHistory Property
True if the Conflict History worksheet is visible in the workbook that's open as a shared list. Read/write Boolean.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property ShowConflictHistory As Boolean
Get
Set
'Usage
Dim instance As _Workbook
Dim value As Boolean
value = instance.ShowConflictHistory
instance.ShowConflictHistory = value
bool ShowConflictHistory { get; set; }
Property Value
Type: System.Boolean
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.