Gets a string that represents the complete path to the workbook/file that this workbook object respresents.
public string Path {get; set;}
'Declaration
Public Property Path As String
'Usage
Dim instance As Workbook
Dim value As String
instance.Path = value
value = instance.Path
Property Value
The complete path to the workbook/file that this workbook object respresents.