Workbook.ShowConflictHistory Property (2007 System)
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.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property ShowConflictHistory As Boolean
'Usage
Dim instance As Workbook
Dim value As Boolean
value = instance.ShowConflictHistory
instance.ShowConflictHistory = value
[BrowsableAttribute(false)]
public bool ShowConflictHistory { get; set; }
[BrowsableAttribute(false)]
public:
property bool ShowConflictHistory {
bool get ();
void set (bool value);
}
public function get ShowConflictHistory () : boolean
public function set ShowConflictHistory (value : boolean)
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.