R
Roberto Huezo
Hello everyone,
I have a question concerning the Sink Events exposed in the
Interop COM Wrapper for Excel (2000, XP, and 2003). I found out that I have
to include the events which I
need to catch in my project in the form of methods like this:
[DispId(1558)]
public void SheetSelectionChange(object o, object r)
{
....
}
I looked at the Interop.Excel.dll using 'ildasm' and found the AppEvents for
Excel but could not find reference to this number (1558), other than
'01 00 16 06 00 00 00 00'
I found a 'listing' for PowerPoint for its public Events under:
http://support.microsoft.com/kb/308825/EN-US/
and was hoping to find one for Excel. The reason is that I need to catch
other events and I don't have these DispIds, in other words I can't catch
them...does someone have or does someones know where I can find something a
listing of this DispIds?
I hope I could explain myself good enough, thanks in advance
Best Regards
Roberto Huezo
I have a question concerning the Sink Events exposed in the
Interop COM Wrapper for Excel (2000, XP, and 2003). I found out that I have
to include the events which I
need to catch in my project in the form of methods like this:
[DispId(1558)]
public void SheetSelectionChange(object o, object r)
{
....
}
I looked at the Interop.Excel.dll using 'ildasm' and found the AppEvents for
Excel but could not find reference to this number (1558), other than
'01 00 16 06 00 00 00 00'
I found a 'listing' for PowerPoint for its public Events under:
http://support.microsoft.com/kb/308825/EN-US/
and was hoping to find one for Excel. The reason is that I need to catch
other events and I don't have these DispIds, in other words I can't catch
them...does someone have or does someones know where I can find something a
listing of this DispIds?
I hope I could explain myself good enough, thanks in advance
Best Regards
Roberto Huezo