Skip to main content
A newer version of this page is available. .
Row

ISpreadsheetComponent.SaveDocument Method

Name Parameters Description
SaveDocument(DocumentFormat) format Saves a document to an array of bytes in the specified format.
SaveDocument(Stream, DocumentFormat) stream, format Saves the document to a stream, specifying the document format.
SaveDocument(String, DocumentFormat) fileName, format Saves the document to a file, specifying the document format.
SaveDocument(String) fileName Saves the document to the specified file. The file format is identified by the file extension.