writeRow

Writes the data represented by the TabularData instance to the file. The operation cannot be undone.

Parameters

data

the data represented by an instance of a TabularData


fun writeRow(rowSetter: RowSetterIfc)

Writes the data currently in the row to the file. Once written, the operation cannot be undone.

Parameters

rowSetter

a rowSetter, provided by getRow()