GemBox.Spreadsheet

ExcelWorksheet.Name Property

Gets or sets worksheet name.

public string Name {get; set;}

Remarks

If not unique (worksheet with that name already exists in ExcelFile.Worksheets collection) exception is thrown.

Exceptions

Exception Type Condition
ArgumentException Thrown if worksheet name is not unique.

See Also

ExcelWorksheet Class | GemBox.Spreadsheet Namespace