I am trying to create a highly formatted Word document in C # using Word Automation. I am having trouble finding syntax for many operations that I would like to perform. I tried to use the Word ability to create macros, and then use the resulting code to create what I need, but since the macros are written in Visual Basic, and I had the problem of "translating" it into C #. Is there a Word Automation syntax repository? I am familiar with tutorials available through the Microsoft website.
source
share