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
dock_stateSpecifies the last-docked location of this task pane object.
is_lockedSpecifies whether the task pane is locked to the document in the UI and cannot be closed by the user.
is_visibleSpecifies 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.
web_extensionRepresents an web extension object.
widthSpecifies the default width value for this task pane instance.

See Also