SpreadsheetControl.SaveDocument Method
Name | Parameters | Description |
---|---|---|
Save |
none | Saves a document in its original format to its original location. |
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 options. |
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 format and encryption settings. |
Save |
file |
Saves the control’s document to a file, specifying the document format. |
Save |
file |
Saves the document to a file with the specified encryption settings. |
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 in its original format to its original location. If original format and location are not specified, invokes the Save As dialog that is shown modally as a child of the specified parent window. |