[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IWorkbook.Name

Name Property

Name

Gets or sets the name of the workbook.

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