OfficeRuntime.Dialog interface
Object representing the dialog box.
Remarks
[ API set: CustomFunctionsRuntime 1.1 ]
Methods
close() | Method to close a dialog box. Returns a Promise. |
Method Details
close()
Method to close a dialog box. Returns a Promise.
close(): Promise<void>;
Returns
Promise<void>
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins