XlListConflict enumeration
Office 2013 and later
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)
| Member name | Description | |
|---|---|---|
| xlListConflictDialog | Display a dialog that allows the user to choose how to resolve conflicts. | |
| xlListConflictRetryAllConflicts | Overwrite the version of the data stored on the SharePoint site. | |
| xlListConflictDiscardAllConflicts | Accept the version of the data stored on the SharePoint site. | |
| xlListConflictError | Raise an error if a conflict occurs. |
Show: