Click or drag to resize

ExcelWorksheetsCollectionAddWorksheet(String) Method

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

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
public ExcelWorksheet AddWorksheet(
	string worksheetName
)

Parameters

worksheetName  String
The new worksheet name

Return Value

ExcelWorksheet
The newly created worksheet
See Also