Click or drag to resize

ExcelWorksheetsCollectionRemoveWorksheet Method (String)

Removes the worksheet with the specified name from collection

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

Parameters

worksheetName
Type: SystemString
The name of the worksheet to be removed.
See Also