Click or drag to resize

Workbook CreateEmptySheets Method (Int32)

Create workbook with specified number of worksheets.

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

Parameters

sheetCount
Type: System Int32
See Also