Class WebExtensionTaskPane
Namespace: Aspose.Cells.WebExtensions
Assembly: Aspose.Cells.dll (25.2.0)
Represents a persisted taskpane object.
public class WebExtensionTaskPane
Inheritance
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
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
IsVisible
Indicates whether the Task Pane shows as visible by default when the document opens.
public bool IsVisible { get; set; }
Property Value
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
WebExtension
Gets and sets the web extension part associated with the taskpane instance
public WebExtension WebExtension { get; set; }
Property Value
Width
Gets and sets the default width value for this taskpane instance.
public double Width { get; set; }