[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IWorksheet.Name

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; }
Property Name As String
Examples
worksheet.Name = "Summary";
string name = worksheet.Name;