WebExtensionReferenceStoreType Property |
Gets and sets the type of marketplace that the store attribute identifies.
Namespace:
Aspose.Cells.WebExtensions
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic WebExtensionStoreType StoreType { get; set; }
Public Property StoreType As WebExtensionStoreType
Get
Set
public:
property WebExtensionStoreType StoreType {
WebExtensionStoreType get ();
void set (WebExtensionStoreType value);
}
member StoreType : WebExtensionStoreType with get, set
Property Value
Type:
WebExtensionStoreType
See Also