M

Application.OpenDocumentFile

Description:
Opens a document from disk.
Remarks:
This method opens the document into memory but does not make it visible to the user in any way.
public Document OpenDocumentFile(
	string fileName
)
  • String
    fileName
    The file to be opened.
Return Value The opened document. The opened document.