Workbook.RemoveWorksheet Method

PicoXLSX

PicoXLSX

WorkbookRemoveWorksheet Method

Removes the defined worksheet

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
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