_Application.UserLibraryPath Property
Returns the path to the location on the user’s computer where the COM add-ins are installed.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property UserLibraryPath As String
Get
'Usage
Dim instance As _Application
Dim value As String
value = instance.UserLibraryPath
string UserLibraryPath { get; }
Property Value
Type: System.String