c# - Auto add character when read text from table in Word -


i don't know why when read text cell of table (in word) -> result unexpected output.

particularly,

string s = tbl.cell(1, 1).range.text; 

when debug, tbl.cell(1, 1).range.text equals "123\r\a". when assign s, s equals "123\r\r\a" !!!

could me figure out situation?


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -