[]
Gets or sets the name of the workbook.
string Name { get; set; }
Property Name As String
workbook.Path = Environment.CurrentDirectory; workbook.Name = "QuarterlyReport.xlsx"; string name = workbook.Name;