ExcelExporter REALbasic Classes

ExcelExporterWorkbook.Constructor Constructor

Constructor that takes author, lastAuthor, company and createdDate.

Constructor(
   author as String,
   lastAuthor as String,
   company as String,
   createdDate as Date)

Parameters

author
This parameter will fill in the Author field of the Excel document.
lastAuthor
This parameter will fill in the LastAuthor field of the Excel document.
company
This parameter will fill in the Company field of the Excel document.
createdDate
This parameter will fill in the CreatedDate field of the Excel document.

Remarks

See Also

ExcelExporterWorkbook Class