ExcelExporter REALbasic Classes
ExcelExporterSheet.AppendRow Method
Appends a row to the worksheet.
AppendRow(
row
as
ExcelExporterRow
)
Parameters
row
The row to append.
Remarks
See Also
ExcelExporterSheet Class