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

[ API set: CustomFunctionsRuntime 1.1 ]