Edit

Excel.SaveBehavior enum

Specifies the save behavior for Workbook.save.

Remarks

[Api set: ExcelApi 1.9]

Fields

prompt = "Prompt"

Prompts the "Save As" experience to the user if the workbook has not been saved, Ignored if the workbook was previously saved.

  • [Api set: ExcelApi 1.9]
save = "Save"

Save the workbook without prompting the user. If file is not saved, it will save it with default name in the default location.

  • [Api set: ExcelApi 1.9]