SpreadsheetControl.SaveDocument Method
Name | Parameters | Description |
---|---|---|
Save |
none | Saves a document to the original file location, and for a new document, the method invokes the Save As modal dialog box. |
Save |
format, encryption |
Saves a document to an array of bytes in the specified format and with specified encryption settings. |
Save |
format | Saves a document to an array of bytes in the specified format. |
Save |
stream, format, encryption |
Saves the workbook to a stream, specifying the export format and encryption settings. |
Save |
stream, format | Saves the workbook to a stream, specifying the export format. |
Save |
file |
Saves the control’s document to a file, specifying the document’s format and encryption settings. |
Save |
file |
Saves the control’s document to a file, specifying the document’s format. |
Save |
file |
Saves the document to the specified file with the specified encryption settings. The file format is identified by the file extension. |
Save |
file |
Saves the document to the specified file in the Excel or text format. The file format is identified by the file extension. |
Save |
parent | Saves a document to the original file location. For a new document, the method invokes the Save As modal dialog box with the specified owner. |