-
Code's Tags
-
Your Codes
-
Reffers
-
Linked Codes
|
Code:
Short link for Twitter:
HTML:
HTML view:
Copy Source | Copy HTML- //Closing the file
- oWordDoc.Close(ref oFalse, ref missing, ref missing);
- //Quitting the word application to release the memory.
- oWord.Quit(ref missing, ref missing, ref missing);
|