Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a new instance of the XMLExcelDocument_RU class and initializes it opening an existing file or copy of a file.
Syntax
client server public static XMLExcelDocument_RU newFromFile(
Filename _filename,
[Filename _newFileName,
boolean _templateMode])
Run On
Called
Parameters
- _filename
Type: Filename Extended Data Type
The original file name.
- _newFileName
Type: Filename Extended Data Type
The new file name. If this is omitted, the original file is opened.
- _templateMode
Type: boolean
The open file in template mode.
Return Value
Type: XMLExcelDocument_RU Class
A new instance of the XMLExcelDocument_RU class.
Exceptions
Exception | Condition |
---|---|
Error | A file was not open. |