Click or drag to resize

IWorkSheetReaderRead(Int32, Int32) Method

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  Int32
The index of a row.
col  Int32
The index of a column.

Return Value

Object
The cell data
See Also