EDN Admin
Well-known member
HI,
I am writing a program where I need to delete multiple lines inside a word document in C#. I will not know how many lines there will be, but they will be housed within a beginning and an end tag. There may or may not be text in front of the beginning tag, or after the end tag. I just need to work with the text within those tags.
****************************
line to delete
line to delete
line to delete
.
.
.
line to delete
.
.
line to delete
****************************
Please help!
View the full article
I am writing a program where I need to delete multiple lines inside a word document in C#. I will not know how many lines there will be, but they will be housed within a beginning and an end tag. There may or may not be text in front of the beginning tag, or after the end tag. I just need to work with the text within those tags.
****************************
line to delete
line to delete
line to delete
.
.
.
line to delete
.
.
line to delete
****************************
Please help!
View the full article