Worksheet.Name
Worksheet.Name property
Gets or sets the name of the worksheet.
public string Name { get; set; }
Remarks
The max length of sheet name is 31. And you cannot assign same name(case insensitive) to two worksheets. For example, you cannot set “SheetName1” to the first worksheet and set “SHEETNAME1” to the second worksheet.
See Also
- class Worksheet
- namespace Aspose.Cells
- assembly Aspose.Cells