ISpreadsheetComponent.SaveDocument Method
Name | Parameters | Description |
---|---|---|
Save |
format, encryption |
Saves a document to an array of bytes in the specified format with the specified encryption settings. |
Save |
format | Saves a document to an array of bytes in the specified format. |
Save |
stream, format, encryption |
Saves the document to a stream, specifying the document format anf encryption options. |
Save |
stream, format | Saves the document to a stream, specifying the document format. |
Save |
file |
Saves the document to a file, specifying the document format and encryption options. |
Save |
file |
Saves the document to a file, specifying the document format. |
Save |
file |
Saves the document to the specified file with the specified encryption options. The file format is identified by the file extension. |
Save |
file |
Saves the document to the specified file. The file format is identified by the file extension. |