ExcelWorksheetsCollectionAddWorksheet(String) Method |
Adds a new worksheet with the specified name to the worksheets collection
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic ExcelWorksheet AddWorksheet(
string worksheetName
)
Public Function AddWorksheet (
worksheetName As String
) As ExcelWorksheet
Parameters
- worksheetName String
- The new worksheet name
Return Value
ExcelWorksheetThe newly created worksheet
See Also