_Application.Hinstance Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the instance handle of the instance that is calling Microsoft Excel.
public:
property int Hinstance { int get(); };
public int Hinstance { get; }
Public ReadOnly Property Hinstance As Integer