Click or drag to resize

IExcelReaderGetSheet Method

Get a sheet by 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#
IWorkSheetReader GetSheet(
	int index
)

Parameters

index
Type: SystemInt32
The index of a sheet in the excel file.

Return Value

Type: IWorkSheetReader

[Missing <returns> documentation for "M:Casewhere.Runtime.IO.IExcelReader.GetSheet(System.Int32)"]

See Also