WorksheetCollectionWebExtensions Property |
Gets the list of task panes.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic WebExtensionCollection WebExtensions { get; }
Public ReadOnly Property WebExtensions As WebExtensionCollection
Get
public:
property WebExtensionCollection^ WebExtensions {
WebExtensionCollection^ get ();
}
member WebExtensions : WebExtensionCollection with get
Property Value
Type:
WebExtensionCollection
See Also