Loading...
Uploaded by MrVisualProgrammer on Feb 5, 2011
This tutorial shows you how to automate Microsoft Office Word using a simple C# application and Windows Forms.Language:Visual C#Created By: Anton de SilvaEdited Using Camtasia Studios
Howto & Style
Standard YouTube License
Why use objMissing
From C# 4.0, Name & Optional parameres are supported just like vb .net.
Document can be added as
objDoc = objWord.Documents.Add(); //Missing.Value not needed.
LadenDaPuttar 9 months ago
Load more suggestions
Why use objMissing
From C# 4.0, Name & Optional parameres are supported just like vb .net.
Document can be added as
objDoc = objWord.Documents.Add(); //Missing.Value not needed.
LadenDaPuttar 9 months ago