Issue Description: Consider a scenario where a VSTO ListObject is bound to a BindingList data source. Let the data source contain values like {{1,5},{3,4},{5,6},{7,8}}. Below is the screen shot of ListObject bound to this data source. Before Insert :