Click or drag to resize

ExcelWorksheetsCollectionRemoveWorksheet(ExcelWorksheet) Method

Removes the specified worksheet from collection

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

Parameters

worksheet  ExcelWorksheet
The worksheet to be removed.
See Also