Click or drag to resize

IExcelWriterGetSheet Method

Get a sheet with its index.

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 GetSheet(
	int index
)

Parameters

index
Type: SystemInt32
The sheet index.

Return Value

Type: IExcelSheetWriter
An excel sheet writer.
See Also