Click or drag to resize

IExcelWriterAddSheet Method

Create a sheet with the given name.

Namespace:  Casewhere.Runtime.IO
Assembly:  Casewhere.Runtime.IO (in Casewhere.Runtime.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
IExcelSheetWriter AddSheet(
	string name
)

Parameters

name
Type: SystemString
The sheet name

Return Value

Type: IExcelSheetWriter
An excel sheet writer
See Also