Excel.CloseBehavior enum
Specifies the close behavior for Workbook.close.
Remarks
[Api set: ExcelApi 1.9]
Fields
| save = "Save" | Save the possible changes before closing the workbook.
|
| skipSave = "SkipSave" | Discard the possible changes when closing the workbook.
|