| ExcelReader Xojo Component |
|
Row.Cell Method
Returns cell at given column index.

Cell(
column
as Integer)
as Cell
Parameters
- column
- Column index of the cell to get. (zero based)
Returns
- Cell
Remarks
Returns cell at given index regardless if it is populated with data or not.
See Also
Row Class