ExcelExporter REALbasic Classes

ExcelExporterSheet.Row Method

Returns a row at a given index.

Row(
   index as Integer) as ExcelExporterRow

Parameters

index
The row number to fetch.

Returns

ExcelExporterRow

Remarks

The index is one based.

See Also

ExcelExporterSheet Class