Workbook.ShowConflictHistory Property

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

Namespace:  Microsoft.Office.Tools.Excel
Assemblies:   Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
  Microsoft.Office.Tools.Excel.v4.0.Utilities (in Microsoft.Office.Tools.Excel.v4.0.Utilities.dll)

Syntax

'Declaration
Property ShowConflictHistory As Boolean
bool ShowConflictHistory { get; set; }

Property Value

Type: System.Boolean
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.

.NET Framework Security

See Also

Reference

Workbook Interface

Microsoft.Office.Tools.Excel Namespace