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
Post a Comment