Click or drag to resize

ExcelWorksheetsCollectionRemoveWorksheet(String) Method

Removes the worksheet with the specified name from collection

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
public void RemoveWorksheet(
	string worksheetName
)

Parameters

worksheetName  String
The name of the worksheet to be removed.
See Also