_Application.Hinstance Property
Returns the instance handle of the instance that is calling Microsoft Excel.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property Hinstance As Integer
Get
'Usage
Dim instance As _Application
Dim value As Integer
value = instance.Hinstance
int Hinstance { get; }
Property Value
Type: System.Int32