XlListConflict Enum

Definition

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

xlListConflictDialog 0

Display a dialog 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.

Applies to