Excel Drop Down Created from c# project Bind change Event -


i have c# project creates excel workbook , worksheet , populates sheet data.

i able add dropdown on fly , load data when cell double clicked. drop down used dropdowns provided excel dll (microsoft.office.interop.excel) in c# ex excel.dropdowns xldropdowns excel.dropdown xldropdown

my issue how bind event dropdown selectedchange or change can see value selected in c# function.

i have seen people talk macros, if neccessary how can pick value in macro function , return c#.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -