ExcelWorksheetsCollectionRemoveWorksheet(String) Method |
Removes the worksheet with the specified name from collection
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic void RemoveWorksheet(
string worksheetName
)
Public Sub RemoveWorksheet (
worksheetName As String
)
Parameters
- worksheetName String
- The name of the worksheet to be removed.
See Also