saveDocumentToStream method



Saves the specified document.

Syntax

success = sheetObject.saveDocumentToStream(outputStream)

Applies to

Sheet object.

Parameters

outputStream
DataOutput. [[Need to explain this data type.]]

Return value

boolean. The value is true if the document is saved successfully, and false otherwise.

See also
saveDocument method