• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

AppEvents Interface

Hi,
Please let me know signature in VC++ ATL COM for below method which is being defined in IAppEvents Interface of Microsoft.Office.Interop.Excel assembly.

void SheetBeforeRightClick(object Sh, Range Target, ref bool Cancel) in C#.

Please let me know signature in VC++ ATL COM.

Thanks,
Prabakar.
 
Hi,
Thanks for your reply.
The link you shared doesn't have SheetBeforeRightClick method in ATL COM signature.
I need ATL COM method signature for void SheetBeforeRightClick(object Sh, Range Target, ref bool Cancel) of IAppEvents Interface of Microsoft.Office.Interop.Excel assembly.
Please provide me the same
 
Back
Top