Expand Minimize
This topic has not yet been rated - Rate this topic

Workbook.FullName Property

Gets the name of the object, including its path on disk.

Namespace:  Microsoft.Office.Tools.Excel
Assemblies:   Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
  Microsoft.Office.Tools.Excel.v4.0.Utilities (in Microsoft.Office.Tools.Excel.v4.0.Utilities.dll)
string FullName { get; }

Property Value

Type: String
The name of the object, including its path on disk.

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.