Worksheet.SetSheetname Method

PicoXLSX

PicoXLSX

WorksheetSetSheetname Method

Validates and sets the worksheet name

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public void SetSheetname(
	string name
)

Parameters

name
Type: SystemString
Name to set
Exceptions
ExceptionCondition
FormatExceptionThrows a FormatException if the sheet name is too long (max. 31) or contains illegal characters [ ] * ? / \
See Also