WebExtensionReferenceStoreName Property |
Gets and sets the instance of the marketplace where the Office Add-in is stored. .
Namespace:
Aspose.Cells.WebExtensions
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic string StoreName { get; set; }
Public Property StoreName As String
Get
Set
public:
property String^ StoreName {
String^ get ();
void set (String^ value);
}
member StoreName : string with get, set
Property Value
Type:
String
See Also