[]
Gets the workbook name, including its full path.
This property returns the full workbook name composed from the workbook name and path information associated with this workbook.
string FullName { get; }
ReadOnly Property FullName As String
workbook.Path = Environment.CurrentDirectory;
workbook.Name = "QuarterlyReport.xlsx";
string fullName = workbook.FullName;