C# – search and delete specific lines from MS word 2007
by timaner
. Updated 13 years, 7 months ago
I am working with WORD 2007 from C#.
I have a MS word 2007 document and a List strList with specific strings.
Now I need to “run” over word document line by line and delete all lines that not exist in the List strList.
Any help would be great.
Thanks!