XlListConflict enumeration

Specifies the conflict resolution options for updating a list on a Microsoft Windows SharePoint Services site with the changes made to a list in a Microsoft Excel worksheet.

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

No code example is currently available or this language may not be supported.

Member nameDescription
xlListConflictDialogDisplay a dialog that allows the user to choose how to resolve conflicts.
xlListConflictRetryAllConflictsOverwrite the version of the data stored on the SharePoint site.
xlListConflictDiscardAllConflictsAccept the version of the data stored on the SharePoint site.
xlListConflictErrorRaise an error if a conflict occurs.
Show: