Click or drag to resize

IWorkSheetReaderReadT(Int32, Int32) Method

Read the data of a cell and cast it to a particular T type.

Namespace: Casewhere.Runtime.IO
Assembly: Casewhere.Runtime.IO (in Casewhere.Runtime.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
T Read<T>(
	int row,
	int col
)

Parameters

row  Int32
The index of a row.
col  Int32
The index of a row.

Type Parameters

T
The type of data.

Return Value

T
The cell data
See Also