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
)
Public Sub RemoveWorksheet (
worksheetName As String
)
Parameters
- worksheetName
- Type: SystemString
The name of the worksheet to be removed.
See Also