ExcelExporter REALbasic Classes
ExcelExporterRow.Cell Method
Returns a Cell in the row at given index.
Cell(
index
as
Integer)
as
ExcelExporterCell
Parameters
index
The index (column number) of the cell.
Returns
ExcelExporterCell
Remarks
The index is one based.
See Also
ExcelExporterRow Class