<Code Lib>
2022 Method
Changes 0
M

Application.NewProjectDocument(String)

Description:
New project document
Remarks:
This command corresponds to New->Project command in the user-interface.
Overloads (2):
NewProjectDocument(String)

public virtual Document NewProjectDocument(
	string templateFileName
)

  • String
    templateFileName
    The template file name.
Return Value Document

Loading…