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)

Syntax

'Declaration
Public Enumeration XlListConflict
'Usage
Dim instance As XlListConflict
public enum XlListConflict

Members

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.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace