ExcelWorksheetsCollectionAddWorksheet(String) Method
Adds a new worksheet with the specified name to the worksheets collection
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public ExcelWorksheet AddWorksheet(
string worksheetName
)
Public Function AddWorksheet (
worksheetName As String
) As ExcelWorksheet
public:
ExcelWorksheet^ AddWorksheet(
String^ worksheetName
)
member AddWorksheet :
worksheetName : string -> ExcelWorksheet
- worksheetName String
- The new worksheet name
ExcelWorksheetThe newly created worksheet