Edit

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.

  • [Api set: ExcelApi 1.9]
skipSave = "SkipSave"

Discard the possible changes when closing the workbook.

  • [Api set: ExcelApi 1.9]