<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
)

Return Value The opened document. The opened document.

Loading…