WebExtensionTaskPaneIsLocked Property |
Indicates whether the taskpane is locked to the document in the UI and cannot be closed by the user.
Namespace:
Aspose.Cells.WebExtensions
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic bool IsLocked { get; set; }
Public Property IsLocked As Boolean
Get
Set
public:
property bool IsLocked {
bool get ();
void set (bool value);
}
member IsLocked : bool with get, set
Property Value
Type:
Boolean
See Also