ExcelWorksheetsCollectionRemoveWorksheet(String) Method
Removes the the worksheet with the specified name from collection
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public void RemoveWorksheet(
string worksheetName
)
Public Sub RemoveWorksheet (
worksheetName As String
)
public:
void RemoveWorksheet(
String^ worksheetName
)
member RemoveWorksheet :
worksheetName : string -> unit
Parameters
- worksheetName String
- The name of the worksheet to be removed.