| ExcelReader Xojo Component |
|
Row.CellValue Method
Returns the Cell.Value for cell at given index.

CellValue(
column
as Integer)
as String
Parameters
- column
- Column index of the cell value to get. (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
Row Class