ExcelReader Xojo Component

Worksheet.CellValue Method

Returns the Cell.Value for cell at column and row index.

CellValue(
   column as Integer,
   row as Integer) as String

Parameters

column
The column number of the cell to fetch. (zero based).
row
The row number of the cell to fetch. (zero based).

Returns

String

Remarks

This is quick way to get the cell data but does not offer as many options as when fetching the cell.

See Also

Worksheet Class