Application.OpenXML Method
Project Developer Reference |
Opens an XML file.
Syntax
expression.OpenXML(XML)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
XML | Required | String | String containing a valid Project XML string that conforms to the Project XML schema. |
Return Value
[INT]
See Also