Click or drag to resize

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
)

Parameters

worksheetName
Type: SystemString
The new worksheet name

Return Value

Type: ExcelWorksheet
The newly created worksheet
See Also