Table cells with negative numbers being displayed in two lines
I'm generating technical report documents using C# and interop with MS Word 2013 on a Windows 8.1 64-bit platform. Word seems to be treating negative numbers like hyphenated words and is splitting many of them into cells with two lines in them. As an example, -109.2 is displayed as:
-
109.2
Any ideas on how to correct this or where to look are appreciated!
|