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  Int32
The sheet index.

Return Value

IExcelSheetWriter
An excel sheet writer.
See Also