|
CSV Engine Documentation Contents
|
Appends a column to the row containing the supplied data. Parameters
RemarksIf a Header has been supplied to the Row, the row is automatically populated with empty values for each defined column. As a consequence, this method will write to the first available column to which this method has not yet written data. Only where the number of calls to this method exceeds the number of columns defined in the header, shall data be truly appended and therefore extending the number of fields in the row. Exceptions
See AlsoRow Class | AldenSystems.CSVEngine Namespace |