_Workbook.FullNameURLEncoded Property
Returns a String indicating the name of the object, including its path on disk, as a string. Read-only.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property FullNameURLEncoded As String
Get
'Usage
Dim instance As _Workbook
Dim value As String
value = instance.FullNameURLEncoded
string FullNameURLEncoded { get; }
Property Value
Type: System.String