Tag: Office InterOp
-
Accessing Microsoft Office InterOP Objects using C# 4.0
Objective This article will show, how Microsoft office InterOp objects can be access and use in C#. I will be using dynamic type feature of c# 4.0 To create and open an Excel Application in VS2010 To display list in Active Excel Application. To Create and open a word document in VS2010. To create an…