View Single Post
  #17   Report Post  
Posted to microsoft.public.excel.programming
Leviatano Leviatano is offline
external usenet poster
 
Posts: 16
Default Cannot seem to Cancel EXCEL App Right Click Event using C#



""Peter Huang"" wrote:

Hi Nick,

Based on my research, we need to specified the attribute as below.
[ClassInterface(ClassInterfaceType.None)]
public class Excel10EventHelper : IExcelAppEvents10, IDisposable

So that we can guarantee that there is no default interface generate for
Excel10EventHelper class.
You may have a try and let me know the result.

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.