Click or drag to resize

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
C#
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: Object
The cell data
See Also