Class WebExtensionTaskPane

Class WebExtensionTaskPane

Namespace: Aspose.Cells.WebExtensions
Assembly: Aspose.Cells.dll (25.2.0)

Represents a persisted taskpane object.

public class WebExtensionTaskPane

Inheritance

objectWebExtensionTaskPane

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

DockState

Gets and sets the last-docked location of this taskpane object.

public string DockState { get; set; }

Property Value

string

IsLocked

Indicates whether the taskpane is locked to the document in the UI and cannot be closed by the user.

public bool IsLocked { get; set; }

Property Value

bool

IsVisible

Indicates whether the Task Pane shows as visible by default when the document opens.

public bool IsVisible { get; set; }

Property Value

bool

Row

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.

public int Row { get; set; }

Property Value

int

WebExtension

Gets and sets the web extension part associated with the taskpane instance

public WebExtension WebExtension { get; set; }

Property Value

WebExtension

Width

Gets and sets the default width value for this taskpane instance.

public double Width { get; set; }

Property Value

double