_Application.ProductCode Property
Returns the globally unique identifier (GUID) for Microsoft Excel.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property ProductCode As String
Get
'Usage
Dim instance As _Application
Dim value As String
value = instance.ProductCode
string ProductCode { get; }
Property Value
Type: System.String