Workbook.ConflictResolution Property (2007 System)
Gets or sets the way conflicts are to be resolved whenever a shared workbook is updated.
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 ConflictResolution As XlSaveConflictResolution
'Usage
Dim instance As Workbook
Dim value As XlSaveConflictResolution
value = instance.ConflictResolution
instance.ConflictResolution = value
[BrowsableAttribute(false)]
public XlSaveConflictResolution ConflictResolution { get; set; }
[BrowsableAttribute(false)]
public:
property XlSaveConflictResolution ConflictResolution {
XlSaveConflictResolution get ();
void set (XlSaveConflictResolution value);
}
public function get ConflictResolution () : XlSaveConflictResolution
public function set ConflictResolution (value : XlSaveConflictResolution)
Property Value
Type: XlSaveConflictResolution
One of the XlSaveConflictResolution values.
.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.