Share via


ListObject.UpdateChanges Method

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

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Sub UpdateChanges ( _
    iConflictType As XlListConflict _
)
'Usage
Dim instance As ListObject
Dim iConflictType As XlListConflict

instance.UpdateChanges(iConflictType)
void UpdateChanges(
    XlListConflict iConflictType
)

Parameters

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.

See Also

Reference

ListObject Interface

ListObject Members

Microsoft.Office.Interop.Excel Namespace