TaskPane class

TaskPane class

Represents an add-in task pane object. To learn more, visit the Work with Office Add-ins documentation article.

Constructors

NameDescription
TaskPane()The default constructor.

Properties

NameDescription
dockStateSpecifies the last-docked location of this task pane object.
isLockedSpecifies whether the task pane is locked to the document in the UI and cannot be closed by the user.
isVisibleSpecifies whether the task pane shows as visible by default when the document opens.
rowSpecifies the index, enumerating from the outside to the inside, of this task pane among other persisted task panes docked in the same default location.
webExtensionRepresents an web extension object.
widthSpecifies the default width value for this task pane instance.

See Also