IWorkSheetReaderRead Method (Int32, Int32)
|
Read the data of a cell.
Namespace:
Casewhere.Runtime.IO
Assembly:
Casewhere.Runtime.IO (in Casewhere.Runtime.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Object Read(
int row,
int col
)
Parameters
- row
- Type: SystemInt32
The index of a row. - col
- Type: SystemInt32
The index of a column.
Return Value
Type:
ObjectThe cell data
See Also