ExcelWorksheetsCollectionAddWorksheet(String) Method

Adds a new worksheet with the specified name to the worksheets collection

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public ExcelWorksheet AddWorksheet(
	string worksheetName
)

Parameters

worksheetName  String
The new worksheet name

Return Value

ExcelWorksheet
The newly created worksheet

See Also