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

python - jinja2: TemplateSyntaxError: expected token ',', got 'string' -

Qt4: how to send QString inside a struct via QSharedMemory -

node.js - NodeJS remote terminal to Dropbear OpenWRT-Server -