[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Expressions.WorkbookReference.Name

Name Property

Name

Gets the name of the workbook.

Declaration
public string Name { get; }
Public ReadOnly Property Name As String
Examples
string workbookFullPath = Path.Combine("Users", "DefaultApps", "Documents", "Budget.xlsx");
WorkbookReference reference = WorkbookReference.FromFilePath(workbookFullPath);
string name = reference.Name;