IWorkSheetReaderReadT Method (Int32, Int32)
|
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 T Read<T>(
int row,
int col
)
Parameters
- row
- Type: SystemInt32
The index of a row. - col
- Type: SystemInt32
The index of a row.
Type Parameters
- T
- The type of data.
Return Value
Type:
TThe cell data
See Also