Winnovative Excel Library

ExcelWorksheetsCollectionAddWorksheet Method (String)

Winnovative Excel Library Documentation
Adds a new worksheet with the specified name to the worksheets collection

Namespace:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.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

Reference