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

php - Hide output during test execution -

javascript - Migrate custom AngularJS filter from 1.2.28 to 1.4.x -

Update Magento products with multiple images -