WorkbookBase.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
Assembly:  Microsoft.Office.Tools.Excel.v4.0.Utilities (in Microsoft.Office.Tools.Excel.v4.0.Utilities.dll)

Syntax

'Declaration
Public Property ShowConflictHistory As Boolean
public 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

WorkbookBase Class

Microsoft.Office.Tools.Excel Namespace