Excel.AutorunEventType enum
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Specifies the type of autorun event.
Remarks
[ API set: ExcelApi BETA (PREVIEW ONLY) ]
Fields
| onDocumentSave = "OnDocumentSave" | The autorun event type is triggered when the document is saved. |
| onDocumentSaveAs = "OnDocumentSaveAs" | The autorun event type is triggered when the document is saved as a new file. |
| unknown = "Unknown" | The autorun event type is unknown. |