openDocumentFromStream method
Opens the specified document.
Syntax
success = sheetObject.openDocumentFromStream(inputStream)
Applies to
Sheet object.
Parameters
- inputStream
- DataInput. [[Need to explain this data type.]]
Return value
boolean. The value is true if the document is successfully opened, and false otherwise.
See also
openDocument method