K
Kaja
I have created an addin with a custom task pane. A button in the custom task
pane gets the data from a web service and creates a list object and populates
the data. The number of listobjects may be one or more.
Now I want to show context specific information, in the task pane whenever a
list object is selected or deselected.
I have built this addin using VSTO Office 2007 Excel addin. As I have only
Interop listobject interface, I could not handle selected and deselected
events. But these events are part of VSTO ListObject interface. How do I
proceed now?
Thanks,
Kaja
pane gets the data from a web service and creates a list object and populates
the data. The number of listobjects may be one or more.
Now I want to show context specific information, in the task pane whenever a
list object is selected or deselected.
I have built this addin using VSTO Office 2007 Excel addin. As I have only
Interop listobject interface, I could not handle selected and deselected
events. But these events are part of VSTO ListObject interface. How do I
proceed now?
Thanks,
Kaja