IWork Sheet ReaderReadT(Int 32, Int 32) Method
Read the data of a cell and cast it to a particular T type.
Definition
Namespace: Casewhere.Runtime.IO
Assembly: Casewhere.Runtime.IO (in Casewhere.Runtime.IO.dll) Version: 1.0.0.0 (1.0.0.0)
The cell data
Assembly: Casewhere.Runtime.IO (in Casewhere.Runtime.IO.dll) Version: 1.0.0.0 (1.0.0.0)
C#
T Read<T>(
int row,
int col
)
Parameters
Type Parameters
- T
- The type of data.
Return Value
TThe cell data