'DeclarationPublic Overloads Sub EndUpdate( _ ByVal commitChanges As Boolean, _ ByVal forceChanges As Boolean _ )
public void EndUpdate( bool commitChanges, bool forceChanges )
Parameters
- commitChanges
 - if set to 
truethe pending changes are executed and the corresponding events are raised. - forceChanges
 - if set to 
truethe ranges will not be able to be modified in the SelectionChanging event.