Class WebExtensionTaskPane
Contents
[
Hide
]WebExtensionTaskPane class
Represents a persisted taskpane object.
public class WebExtensionTaskPane
Properties
Name | Description |
---|---|
DockState { get; set; } | Gets and sets the last-docked location of this taskpane object. |
IsLocked { get; set; } | Indicates whether the taskpane is locked to the document in the UI and cannot be closed by the user. |
IsVisible { get; set; } | Indicates whether the Task Pane shows as visible by default when the document opens. |
Row { get; set; } | Gets and sets the index, enumerating from the outside to the inside, of this taskpane among other persisted taskpanes docked in the same default location. |
WebExtension { get; set; } | Gets and sets the web extension part associated with the taskpane instance |
Width { get; set; } | Gets and sets the default width value for this taskpane instance. |
See Also
- namespace Aspose.Cells.WebExtensions
- assembly Aspose.Cells