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 Office Excel worksheet.
Version Information
Version Added: Excel
| Name | Value | Description |
|---|---|---|
| xlListConflictDialog | 0 | Display a dialog box that allows the user to choose how to resolve conflicts. |
| xlListConflictDiscardAllConflicts | 2 | Accept the version of the data stored on the SharePoint site. |
| xlListConflictError | 3 | Raise an error if a conflict occurs. |
| xlListConflictRetryAllConflicts | 1 | Overwrite the version of the data stored on the SharePoint site. |