XlListConflict Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public enum class XlListConflict
public enum XlListConflict
Public Enum XlListConflict
- Inheritance
-
XlListConflict
Fields
Name | Value | Description |
---|---|---|
xlListConflictDialog | 0 | Display a dialog that allows the user to choose how to resolve conflicts. |
xlListConflictRetryAllConflicts | 1 | Overwrite the version of the data stored on the SharePoint site. |
xlListConflictDiscardAllConflicts | 2 | Accept the version of the data stored on the SharePoint site. |
xlListConflictError | 3 | Raise an error if a conflict occurs. |