Click or drag to resize

ExcelWorksheetCollectionAdd Method

Adds an empty worksheet to the end of the collection.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2026.2.6
Syntax
public ExcelWorksheet Add(
	string worksheetName
)

Parameters

worksheetName  String
Worksheet name.

Return Value

ExcelWorksheet
Created worksheet.
Remarks
If this is the first worksheet added to the collection the ActiveWorksheet is set to this worksheet.
See Also