ListObject.UpdateChanges(XlListConflict) Method
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.
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.