1
Answer

Late Binding

Hi, I am using late binding when creating a word object to generate a MS Word document from my C# program. I have successfully created tables and paragraphs, but now I am trying to format the paragraphs (left, justified, etc.).I want to insert headings (center aligned) using late binding.so can you please help?
Answers (1)