ExcelReader Xojo Component

Worksheet.Cell Method

Returns cell at given column and row index regardless if the cell is populated with data or not.

Cell(
   column as Integer,
   row as Integer) as Cell

Parameters

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

Returns

Cell

Remarks

See Also

Worksheet Class