[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IWorkbook.FullName

FullName Property

FullName

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.

Declaration
string FullName { get; }
ReadOnly Property FullName As String
Examples
workbook.Path = Environment.CurrentDirectory;
workbook.Name = "QuarterlyReport.xlsx";
string fullName = workbook.FullName;