You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: types/office-js-preview/index.d.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3331,6 +3331,8 @@ declare namespace Office {
3331
3331
* @returns A promise that is resolved when the UI is shown.
3332
3332
*
3333
3333
* @remarks
3334
+
* This method applies only to centrally deployed or sideloaded add-ins. For add-ins published in the Microsoft Marketplace, the method is ignored and the task pane doesn't open.
Copy file name to clipboardExpand all lines: types/office-js/index.d.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3331,6 +3331,8 @@ declare namespace Office {
3331
3331
* @returns A promise that is resolved when the UI is shown.
3332
3332
*
3333
3333
* @remarks
3334
+
* This method applies only to centrally deployed or sideloaded add-ins. For add-ins published in the Microsoft Marketplace, the method is ignored and the task pane doesn't open.
0 commit comments