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