Expand Minimize
This topic has not yet been rated - Rate this topic

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)
bool ShowConflictHistory { get; set; }

Property Value

Type: Boolean
true if the Conflict History worksheet is visible in the workbook that is open as a shared list; otherwise, false.

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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.