Delete multiple lines in a word document

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
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
 
Back
Top