_Workbook.FullName Property

Returns the name of the object, including its path on disk, as a string. Read-only 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 _Workbook
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

_Workbook Interface

_Workbook Members

Microsoft.Office.Interop.Excel Namespace