Office.ExtensionLifeCycle interface
Provides options to manage the user interface of an Office Add-in while the add-in is running.
Remarks
Requirement set: TaskPaneAPI 1.1
Examples
// Adjust the width of the task pane.
const width = 500;
Office.extensionLifeCycle.taskpane.setWidth(width);
Properties
| taskpane | Gets an object that represents the task pane of an add-in. |
Property Details
taskpane
Gets an object that represents the task pane of an add-in.
taskpane: TaskPane;
Property Value
Remarks
Requirement set: TaskPaneAPI 1.1