| IWorkSheetReaderReadT(Int32, Int32) Method | 
        
        
            Read the data of a cell and cast it to a particular T type.
            
        
        Namespace: Casewhere.Runtime.IOAssembly: Casewhere.Runtime.IO (in Casewhere.Runtime.IO.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
SyntaxT 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
TThe cell data
 See Also
See Also