WorkbookSaveOptions Properties
Provides access to options which define the file name and file format that are used when saving and loading the workbook.| Name | Description |
|---|---|
| CurrentFileName | Gets or sets the file name into which the document is saved or from which it is loaded. |
| CurrentFormat | Gets or sets the file format into which the document is saved or from which it is loaded. |
| DefaultFileName | Gets or sets the default file name used for saving a new document. |
| DefaultFormat | Gets or sets the default file format used for saving a new document. |
See Also