Is there anyway to rename a method in an automation interface?

I am implementing an interface and one of the methods is called "Print" which is a keyword in Visual Basic, and this is giving me problems. When I put square brackets around the word print, I still have troubles.

Thanks!