Office.ExtensionLifeCycle interface
アドインの実行中に Office アドインのユーザー インターフェイスを管理するためのオプションを提供します。
注釈
要件セット: TaskPaneAPI 1.1
例
// Adjust the width of the task pane.
const width = 500;
Office.extensionLifeCycle.taskpane.setWidth(width);
プロパティ
| taskpane | アドインの作業ウィンドウを表す オブジェクトを取得します。 |