Winnovative Excel Library

ExcelWorksheetsCollectionRemoveWorksheet Method (String)

Winnovative Excel Library Documentation
Removes the the worksheet with the specified name from collection

Namespace:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public void RemoveWorksheet(
	string worksheetName
)

Parameters

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

Reference