Workbook.RemoveWorksheet Method

NanoXLSX

NanoXLSX

WorkbookRemoveWorksheet Method

Removes the defined worksheet

Namespace:  NanoXLSX
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public void RemoveWorksheet(
	string name
)

Parameters

name
Type: SystemString
Name of the worksheet
Exceptions
ExceptionCondition
WorksheetExceptionThrows a UnknownWorksheetException if the name of the worksheet is unknown
See Also