c# - word document Start write text in paragragh and Table from particular position -


in word document have found position , moved cursor position using code

oword.selection.start = integer(cursor position in characters) 

now want insert paragraphs , table position...


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -