Office.StartupBehavior enum

次回の起動時にアドインの起動動作を判断するオプションを提供します。

注釈

// Configure your add-in to load and start running when the document is opened.
Office.addin.setStartupBehavior(Office.StartupBehavior.load);

フィールド

load = 'Load'

アドインを読み込みますが、UI は表示されません。

none = 'None'

アドインは、ユーザーが開くまで読み込まれません。