Click or drag to resize

WorkbookCreateEmptySheets Method (Int32)

Create workbook with specified number of worksheets.

Namespace:  Spire.Xls
Assembly:  Spire.XLS (in Spire.XLS.dll) Version: 11.9.3.0 (11.9.3.5040)
Syntax
public void CreateEmptySheets(
	int sheetCount
)

Parameters

sheetCount
Type: SystemInt32
See Also