WebExtensionProperties Property |
Gets all properties of web extension.
Namespace:
Aspose.Cells.WebExtensions
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic WebExtensionPropertyCollection Properties { get; }
Public ReadOnly Property Properties As WebExtensionPropertyCollection
Get
public:
property WebExtensionPropertyCollection^ Properties {
WebExtensionPropertyCollection^ get ();
}
member Properties : WebExtensionPropertyCollection with get
Property Value
Type:
WebExtensionPropertyCollection
See Also