Suresh3594
New Member
- Joined
- Jul 5, 2017
- Messages
- 7
[FONT="]Hi,[/FONT]
[FONT="]I am working with Excel tables in vsto addin. Following is the steps that I am following to create a table using VSTO.[/FONT]
[FONT="]Create listObject-> Get data from server -> Bind data retrieved from server to listObject.[/FONT]
[FONT="]I can see the table getting created in worksheet. Now the problem is edit. I am using Worksheet.Change event to capture edit on table. The issue I am facing here is, when the control reaches WorkSheet change event, List object data source shows old value, i.e value before edit. But I want to see the updated value in change event. Is there anything that I am missing here?
PS : When I edit for second time, ListObject shows values that was edited for the first time.[/FONT]
[FONT="]I am working with Excel tables in vsto addin. Following is the steps that I am following to create a table using VSTO.[/FONT]
[FONT="]Create listObject-> Get data from server -> Bind data retrieved from server to listObject.[/FONT]
[FONT="]I can see the table getting created in worksheet. Now the problem is edit. I am using Worksheet.Change event to capture edit on table. The issue I am facing here is, when the control reaches WorkSheet change event, List object data source shows old value, i.e value before edit. But I want to see the updated value in change event. Is there anything that I am missing here?
PS : When I edit for second time, ListObject shows values that was edited for the first time.[/FONT]