Name Property
Name
Gets or sets the name of the worksheet.
This property returns the display name used to identify the worksheet in the workbook.
Declaration
string Name { get; set; }
Examples
worksheet.Name = "Summary";
string name = worksheet.Name;