Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. Application application = new Application();
  2.  
  3. Document document = application.Documents.Open(resultRow["Path"].ToString());
  4.  
  5. Filebody = document.Words.ToString();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement