XlSaveConflictResolution Enumeration

Specifies the way conflicts are to be resolved whenever a shared workbook is updated.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Public Enumeration XlSaveConflictResolution
'Usage
Dim instance As XlSaveConflictResolution
public enum XlSaveConflictResolution

Members

Member name Description
xlLocalSessionChanges The local user's changes are always accepted.
xlOtherSessionChanges The local user's changes are always rejected.
xlUserResolution A dialog box asks the user to resolve the conflict.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace