TOExportTemplateProcessRowsList is the container where row definitions for
the row template are stored. Every TOExportTemplateProcessRows object corresponds
to a worksheet where a row was found.
Usually, this list contains only one item (the template is only a single page).
Properties
Name
Type
Description
Status
TOExportTemplateStatus
etsLoading: Load the template into the Template property. Then call LoadTemplate.
etsProcessingDocument: Document-wide template tags are processed.
etsProcessingRows: Row template tags are processed.
etsSaving: Save the generated document. Use the Document property.