<Code Lib>
M

Application.OpenDocumentFile(String)

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 Document The opened document.

Loading…