ListObject.UpdateChanges(XlListConflict) Method

Definition

Updates the list on a Microsoft Windows SharePoint Services site with the changes made to the list in the worksheet.

public void UpdateChanges (Microsoft.Office.Interop.Excel.XlListConflict iConflictType = Microsoft.Office.Interop.Excel.XlListConflict.xlListConflictDialog);
Public Sub UpdateChanges (Optional iConflictType As XlListConflict = Microsoft.Office.Interop.Excel.XlListConflict.xlListConflictDialog)

Parameters

iConflictType
XlListConflict

Optional XlListConflict. Conflict resolution options.

Remarks

This property returns Nothing.

This method applies only to lists linked to a SharePoint site. If the SharePoint site is not available, an error is generated.

Applies to