Click or drag to resize

XlsWorksheetsCollection Create Method (String)

Creates a new worksheet with the specified name.

Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IWorksheet Create(
	string name
)

Parameters

name
Type: System String
The name of the worksheet to be created.

Return Value

Type: IWorksheet
A new instance of IWorksheet with the specified name.

Implements

IWorksheets Create(String)
See Also