AddIn.FullName Property

Returns the name of the object, including its path on disk, as a string.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property FullName As String
    Get
'Usage
Dim instance As AddIn
Dim value As String

value = instance.FullName
string FullName { get; }

Property Value

Type: System.String

Remarks

This property is equivalent to the Path property, followed by the current file system separator, followed by the Name property.

See Also

Reference

AddIn Interface

AddIn Members

Microsoft.Office.Interop.Excel Namespace