Home › Forums › General XMetaL Discussion › Unable to call Range method GreaterThan from C#/COM-Interop › Reply To: Unable to call Range method GreaterThan from C#/COM-Interop
Reply to: Unable to call Range method GreaterThan from C#/COM-Interop
February 24, 2011 at 5:45 pmMicrosoft has some tutorials on COM interop for C# here that might help:
http://msdn.microsoft.com/en-us/library/aa645712%28v=VS.71%29.aspx
Note that some of this help is written specifically for VS 2003, 2005 or 2008. I'm not sure how much it varies, but they do have different pages for some versions.