I received an answer on my previous post on how to build tables without using the builder and it was very helpful. Everything is working with the exception of two issues and we will be purchasing the product. thanks again.
The two issues are:
- Within a cell in a table I am trying to put a carriage return (using controlchars.cr or controlchars.newline) between two lines of text but when outputting to word it puts a symbol rather than a carriage return. What am I doing wrong.
- I insert a table using
mdoc.FirstSection.Body.AppendChild(Table)
but I need the table to be indented about 1/4" from the left margin. I can find no documentation on how to do this. If you could let me know that would be great.