ExcelExporter REALbasic Classes

ExcelExporterWorkbook.Sheet Method

Returns a sheet in the workbook at given index.

Sheet(
   index as Integer) as ExcelExporterSheet

Parameters

index
The number of the sheet to retrieve. (One based)

Returns

ExcelExporterSheet

Remarks

If the sheet does not exists then it is created for you.

See Also

ExcelExporterWorkbook Class